aws / aws-sdk-go-v2

AWS SDK for the Go programming language.
https://aws.github.io/aws-sdk-go-v2/docs/
Apache License 2.0
2.5k stars 602 forks source link

feature/s3/manager needs an overhaul #2649

Open lucix-aws opened 1 month ago

lucix-aws commented 1 month ago

Issues pertaining to the s3 transfer manager are by far the most common type of feature request we get in the v2 SDK.

Our intent is to launch a "v2"-type refresh of the transfer manager API to address the existing customer asks.

Overview of goals here (not necessarily exhaustive):

Additionally there is now an internal specification that defines how SDKs should implement an S3 "transfer manager" which describes the APIs it must include. Some of the requested features are not yet part of that specification. In these cases we intend to work within the org to formalize a specification for these APIs.