GitHub user crunk1 opened a pull request:
https://github.com/apache/libcloud/pull/622
Modified Google Storage driver to use GoogleBaseConnection. This alloâ¦
â¦ws for service accounts and installed apps to access Google Cloud
Storage. Also did some cleanup: removed a few __init__ methods that only pass
parameters to their superclass, refactored credential_file logic with Google
connections.
GoogleStorageDriver still uses the S3 API and driver, but the underlying
connection and authentication has been swapped out with GoogleBaseConnection.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/crunk1/libcloud trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/libcloud/pull/622.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #622
----
commit d2b7fee78823c77a4c63b088035272f972aa4e32
Author: Scott Crunkleton <[email protected]>
Date: 2015-10-30T23:44:32Z
Modified Google Storage driver to use GoogleBaseConnection. This allows for
service accounts and installed apps to access Google Cloud Storage. Also did
some cleanup: removed a few __init__ methods that only pass parameters to their
superclass, refactored credential_file logic with Google connections.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---