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

Boto Compatibility for OAuth2 Plugin #9

Closed danielgtaylor closed 10 years ago

danielgtaylor commented 10 years ago

I am one of the maintainers of Boto. A few weeks ago we began to merge backward-compatible Python 3.3 and 3.4 support into our develop branch. Most modules now support Python 3 with passing unit and integration tests, and I am hoping to do a release soon. I am reaching out to you to ask if you would test our develop branch with gcs-oauth2-boto-plugin.

Testing against Python 2.x will help to ensure that we don't accidentally break third party modules like gcs-oauth2-boto-plugin. If you would like, you may also try out the Python 3 support and let us know any feedback. More information about the Python 3 support can be found in this boto-users post:

https://groups.google.com/forum/#!topic/boto-users/vcvoy8zrfP8

I appreciate any time that you can put into helping the Boto project with this.

This request is part of boto/boto#2437

mfschwartz commented 10 years ago

Hi Daniel,

Having run the gsutil tests on the latest develop branch commit in boto (see other email thread) means we have also tested gcs-oauth2-boto-plugin.

Thanks,

Mike

On Tue, Jul 22, 2014 at 4:09 PM, Daniel G. Taylor notifications@github.com wrote:

I am one of the maintainers of Boto. A few weeks ago we began to merge backward-compatible Python 3.3 and 3.4 support into our develop branch. Most modules now support Python 3 with passing unit and integration tests, and I am hoping to do a release soon. I am reaching out to you to ask if you would test our develop branch with gcs-oauth2-boto-plugin.

Testing against Python 2.x will help to ensure that we don't accidentally break third party modules like gcs-oauth2-boto-plugin. If you would like, you may also try out the Python 3 support and let us know any feedback. More information about the Python 3 support can be found in this boto-users post:

https://groups.google.com/forum/#!topic/boto-users/vcvoy8zrfP8

I appreciate any time that you can put into helping the Boto project with this.

This request is part of boto/boto#2437 https://github.com/boto/boto/issues/2437

— Reply to this email directly or view it on GitHub https://github.com/GoogleCloudPlatform/gcs-oauth2-boto-plugin/issues/9.

danielgtaylor commented 10 years ago

Thanks, that's good to know. I'll close this issue in favor of the other one then. Sorry for creating noise.