-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Expose max_bandwidth configuration from s3transfer #1430
Comments
Marking this as a feature request. |
Hello, I understand this feature will be able to throttle upload to S3 while using Boto3. Is this correct? Do you know when it will be implemented? Thank you! |
Hi, was looking for rate limit feature for s3 transfers in boto3 too. So this is my +1 for this feature request :) . |
Yes, it is working with AWS CLI at the moment, but not yet with Boto3. |
+1 |
1 similar comment
+1 |
So any updates on this issue? |
+1 |
1 similar comment
+1 |
Following up on this because boto3 clobbers my network connection while it's uploading. Would love to have this accessible. |
+1 |
Since the max_bandwidth is supported in boto/s3transfer but not in boto/boto3, the workaround is using s3transfer to upload with a limit. Paste my code here.
|
Hey everyone, I've put a PR (#3059) to address this gap and hopefully remove the requirement for these additional workarounds. Please feel free to leave any comments or concerns on that PR, otherwise we'll look at getting it merged into an upcoming release. |
This feature is now available in boto3 1.19.5 and later. We'll close this issue as resolved at this point. Please feel free to open a new issue with any feedback. |
|
This is a feature request to expose the new
max_bandwith
config option froms3transfer
. It should be fairly trivial to expose the config option in boto3.s3.transfer.TransferConfig now thats3transfer
supports it (as of 0.1.12)Related issues + pull requests:
s3transfer
pull request for themax_bandwidth
feature: Add max_bandwidth option s3transfer#101awscli
pull request to expose config formax_bandwidth
: Expose max_bandwidth configuration for s3 commands aws/aws-cli#2997awscli
feature request issue for throttling s3 transfers: Add ability to limit bandwidth for S3 uploads/downloads aws/aws-cli#1090boto3
issue regarding throttling s3 transfers: Throttling of S3 transfers #343The text was updated successfully, but these errors were encountered: