Google cloud storage python client AttributeError: 'ClientOptions' object has no attribute 'scopes' occurs after deployment
This is due to https://github.com/googleapis/google-cloud-python/issues/10471.
I'd recommend upgrading google-cloud-core
and google-api-core
to the latest versions with the bugfix.