Skip to content
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

Support Multipart Copy in transfer manager #2095

Open
1 of 2 tasks
aajtodd opened this issue Apr 11, 2023 · 4 comments
Open
1 of 2 tasks

Support Multipart Copy in transfer manager #2095

aajtodd opened this issue Apr 11, 2023 · 4 comments
Labels
feature/s3/manager Pertains to S3 transfer manager HLL (feature/s3/manager). feature-request A feature should be added or improved. p2 This is a standard priority issue queued This issues is on the AWS team's backlog

Comments

@aajtodd
Copy link
Contributor

aajtodd commented Apr 11, 2023

Describe the feature

Add support for multipart copy API to transfer manager utility similar to Downloader and Uploader APIs

Use Case

Efficient multipart copy between buckets in same region and cross region.

Proposed Solution

Community PR for Gov1 as inspiration: aws/aws-sdk-go#2653

Important considerations:

  • preservation (or not) of object metadata
  • in-region and cross-region copy support (Java only supports in-region currently, tx mgr SEP does not yet address copy as cross-region is tricky).

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

AWS Go SDK V2 Module Versions Used

N/A

Go version used

N/A

@aajtodd aajtodd added feature-request A feature should be added or improved. p2 This is a standard priority issue labels Apr 11, 2023
@aajtodd
Copy link
Contributor Author

aajtodd commented Jun 22, 2023

see also #2036

@rusenask
Copy link

rusenask commented Aug 8, 2023

with aws/aws-sdk-go#2653 closed, this doesn't seem to be getting much progress. Should the previous PR be merged then @RanVaknin ? If you are sunsetting https://github.com/aws/aws-sdk-go in favour of aws-sdk-go-v2 then does it make sense to leave the bug open? :D

@lucix-aws lucix-aws added the feature/s3/manager Pertains to S3 transfer manager HLL (feature/s3/manager). label Oct 17, 2023
@hbaackmann
Copy link

Coming here from aws/aws-sdk-go#2653, just wanted to upvote this feature request and underscore the usefulness of a multipart copy feature.

@RanVaknin RanVaknin added the queued This issues is on the AWS team's backlog label Feb 15, 2024
@eko
Copy link

eko commented Mar 19, 2024

I am also really interested in having the S3 multipart copy support in the manager! Upvoting :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature/s3/manager Pertains to S3 transfer manager HLL (feature/s3/manager). feature-request A feature should be added or improved. p2 This is a standard priority issue queued This issues is on the AWS team's backlog
Projects
None yet
Development

No branches or pull requests

6 participants