GoogleCloudPlatform / gcs-oauth2-boto-plugin

Auth plugin allowing use the use of OAuth 2.0 credentials for Google Cloud Storage in the Boto library.
Apache License 2.0
21 stars 38 forks source link

Switch to using json from the stdlib. #11

Closed craigcitro closed 10 years ago

craigcitro commented 10 years ago

This library previously used the oauth2client anyjson wrapper (which existed to handle backwards compatibility with python 2.5. Given that boto doesn't support 2.5 anymore, this seems unnecessary (and anyjson has disappeared from oauth2client).

(Also fix the formatting in one line of README.md, and add a .gitignore file.)