Support for GOOGLE_CLOUD_KEYFILE_JSON as in ruby client library #395
Labels
api: storage
Issues related to the googleapis/python-storage API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
The ruby clients support passing the client configuration as an environment variable (
GOOGLE_CLOUD_KEYFILE_JSON
) cointaining a json blob instead of a path to a json config file.https://github.com/googleapis/google-cloud-ruby/blob/1a7cfef70298276a9203658748e9d70edfcfb2d5/google-cloud-datastore/samples/README.md#authenticating
It would be super helpful (and less confusing) if there was a similar option in the python library.
The text was updated successfully, but these errors were encountered: