-
-
Notifications
You must be signed in to change notification settings - Fork 380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate to boto3 #43
Comments
I would suggest that even if boto3 is supported, existing implementation using boto 2 is kept as well. There are many things boto3 hasn't implemented yet. To give one example, the lack of explicit proxy support would prevent me from continuing to use smart_open if it went boto3-only. See #35 for supporting evidence. :) |
Thanks @asieira , that's the kind of practical feedback we need! I don't have experience with boto3, and certainly wouldn't want to inconvenience users by a hasty switch. |
+1 |
+1. I'm having issues with Python 3.5 and Boto 2.39. From what I've read Python 3x is better with boto3 |
@vinayan3 What kind of issues are you having? Would be great to check they are resolved in boto3. |
Update on Boto3 : Proxy support still not implemented in boto/boto3#338 |
Our test dependeny moto has moved to boto3 unfortunately in ver 1.0.0
|
+1
|
I'm using moto and would like to move to moto>=1, but smart_open is holding me back due to boto3 vs boto support. So yeah, boto3 momentum is building. Oh and it looks like proxy support has been added to boto3 now (ticket @tmylk linked to is closed as implemented). |
@tim-schier-frontier can you help with the migration, open a PR? |
@piskvorky great follow up - put money where my mouth is :) |
I think boto3 now supports proxies: boto/boto3#338 The S3 component is already boto3-based. The tests are still boto-based, however. @menshikh-iv What should we do about this? |
@mpenkov probably migrate tests to boto3 & close this issue |
We should also upgrade moto to the most recent version. |
I have read the PR 164 which will migrate tests to boto3. |
I noticed that commit on this has been merged. Any estimate on when the new package including the commit will be released? |
@carolingfish I think I'll release it in the current month |
Any update on when this will be released? |
@bkapoorUF already released as |
Check if boto3 is production-ready and migrate all code from boto to boto3.
The text was updated successfully, but these errors were encountered: