-
Notifications
You must be signed in to change notification settings - Fork 638
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
s3manager max_bandwidth #2875
Comments
Hi @yiguo-wish Moving to AWS-SDK general repo. |
I have submitted the Feature Request to the service team, closing this ticket. |
This issue is now closed. Comments on closed issues are hard for our team to see. |
@zshzbh does it mean that it's not actually yet implemented and there is no way to track another issue on GitHub to get updates when this will be released? So basically we need to check https://github.com/aws/aws-sdk-go-v2/releases from time to time trying to catch this feature release? |
Hey @nantiferov , Apologies if there's any confusion. The feature you're requesting requires a modification to the service model. Service models are controlled and generated by the respective service teams within AWS. Since this is not directly actionable by the SDK team and this repo is dedicated for SDK related, I'm going to close this issue. I have asked the team to mention this github issue if they release this feature request. So no worries! You will know if there's any updates of this feature request when this issue is mentioned. The official ways to get the latest updates would be through AWS blogs and release info. Let me know if you have any other questions. Best, |
Describe the feature
Hello,
We have s3 download/upload bandwidth ratelimit in aws-cli aws/aws-cli#2997.
It could be great to have this feature in golang sdk.
Thanks!
Use Case
In a shared env, limiting each individual's bandwidth could reduce bandwidth impacts to other services sitting in the same node.
Proposed Solution
No response
Other Information
No response
Acknowledgements
SDK version used
1.35.24
Environment details (Version of Go (
go version
)? OS name and version, etc.)go version go1.16.3 linux/amd64, Ubuntu 18.04.4 LTS
The text was updated successfully, but these errors were encountered: