You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: