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

Request: S3AsyncClient.putObjectTorrent similar to S3AsyncClient.getObjectTorrent #269

Closed
alessio-santacroce opened this issue Nov 1, 2017 · 1 comment
Labels
feature-request A feature should be added or improved.

Comments

@alessio-santacroce
Copy link

For issue #159 the method 'putObjectTorrent' has been implemented to read an s3 file into a byte array asynchronously.
It would be really useful to have a similar method to write an s3 file from a byte array asynchronously.

What I actually have to do is copying a file from a bucket to another bucket.
Is it too much asking to have also a method that does the copy asynchronously and start writing the destination file without have to wait that the source file has been read completely?

Many thanks,
Alessio

shorea pushed a commit that referenced this issue Aug 3, 2018
@justnance justnance added feature-request A feature should be added or improved. and removed Feature Request labels Apr 19, 2019
@millems
Copy link
Contributor

millems commented Jul 8, 2019

We recommend the S3 copy-object API for copying files between buckets, because it does not require a round-trip to the client.

Tracking this issue in #37

@millems millems closed this as completed Jul 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved.
Projects
None yet
Development

No branches or pull requests

4 participants