scottwernervt / cloudstorage

Unified cloud storage API for storage services.
http://cloudstorage.readthedocs.io/en/latest/
MIT License
93 stars 27 forks source link

Make google application credentials file optional #52

Closed matt-carr closed 5 years ago

matt-carr commented 5 years ago

The google application credentials file is not required when the application is running inside google Compute or App engine. This change will not raise an error in the case that the credentials file is missing

Fixes #51