uskudnik / amazon-glacier-cmd-interface

Command line interface for Amazon Glacier
MIT License
375 stars 103 forks source link

Boto Compatibility for Glacier CLI #164

Closed danielgtaylor closed 9 years ago

danielgtaylor commented 9 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 Glacier CLI.

Testing against Python 2.x will help to ensure that we don't accidentally break third party modules like Glacier CLI. 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

danielgtaylor commented 9 years ago

Support for Python 3 is now released in boto-2.32.0. Closing this issue.