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

Add S3 to S3 copy to S3 transfer manager #2165

Closed
2 tasks
devnev opened this issue Jun 29, 2023 · 2 comments
Closed
2 tasks

Add S3 to S3 copy to S3 transfer manager #2165

devnev opened this issue Jun 29, 2023 · 2 comments
Assignees
Labels
duplicate This issue is a duplicate. feature-request A feature should be added or improved.

Comments

@devnev
Copy link

devnev commented Jun 29, 2023

Describe the feature

Extend the s3 manager, github.com/aws/aws-sdk-go-v2/feature/s3/manager, to include methods for doing s3-to-s3 copy operations, that include handling multipart copies and concurrency.

Use Case

I recently had to implement an s3-to-s3 copy, including large files that might require a multipart copy. This is a first class feature of the S3 API, but has some subtleties that will be the same for any user of this API, i.e. when to use multipart copies, how to choose part sizes, and how to manage concurrency. This is also very similar to the existing code in the s3 manager for uploads and downloads.

Proposed Solution

No response

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

	github.com/aws/aws-sdk-go-v2 v1.18.1
	github.com/aws/aws-sdk-go-v2/config v1.18.27
	github.com/aws/aws-sdk-go-v2/service/s3 v1.35.0

Go version used

go version go1.20.5 darwin/amd64

@devnev devnev added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Jun 29, 2023
@RanVaknin RanVaknin self-assigned this Jun 29, 2023
@RanVaknin RanVaknin added duplicate This issue is a duplicate. and removed needs-triage This issue or PR still needs to be triaged. labels Jun 29, 2023
@RanVaknin
Copy link
Contributor

Hi,

Thanks for opening this Feature Request. We already have a backlog item to address this down the line.

I will close this because it's a duplicate.

Thanks,
Ran~

@RanVaknin RanVaknin closed this as not planned Won't fix, can't repro, duplicate, stale Jun 29, 2023
@github-actions
Copy link

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue is a duplicate. feature-request A feature should be added or improved.
Projects
None yet
Development

No branches or pull requests

2 participants