aws-sdk-go-v2 icon indicating copy to clipboard operation
aws-sdk-go-v2 copied to clipboard

feature/s3/manager needs an overhaul

Open lucix-aws opened this issue 1 year ago • 0 comments

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):

  • Implement "progress listener" functionality (#941)
  • Refactor general IO to be more go-idiomatic (#2247)
  • Implement bulk copy (#2095)
  • Implement bulk delete (#1463)

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.

lucix-aws avatar May 21 '24 17:05 lucix-aws