-
Couldn't load subscription status.
- Fork 947
-
Is there any clarity on when GA release will be for S3TransferManger ?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 4 comments 1 reply
-
I know it's frustrating but we don't comment about release schedules in general.
I can say that we are actively working on TransferManager v2 in preparation for the GA release. We want to include some features before GA (see comment here) and it's also going through a standard process of security reviews.
Feedbacks are welcome, feel free to write us about your experience using the TransferManager v2.
Beta Was this translation helpful? Give feedback.
All reactions
-
@debora-ito Do you know if new S3TransferManager will have the method for aborting an upload?
Beta Was this translation helpful? Give feedback.
All reactions
-
Zoe answered you question here: #37 (comment)
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
-
@debora-ito Is there a plan to support InputStream in S3TransferManager? And is it known if it's gonna be released this year?
Beta Was this translation helpful? Give feedback.
All reactions
-
Hello @kingan379 ,
Unfortunately, as @debora-ito mentioned above, we do not comment about the release schedule.
In general, if you have any questions or comments, all informations regarding the S3TransferManager for AWS Java SDK v2 will be provided in #37 .
As @zoewangg mentioned in the latest update , the features that will be included in the GA release of the AWS Java SDK v2 S3TransferManager are:
- download an S3 object to a file or any destination
- upload a single object of any content (if it's not a file, content-length must be supplied)
- download all objects in a bucket to a local directory
- upload all files in a directory recursively to an S3 bucket
- copy data from one Amazon S3 location to another Amazon S3 location.
pause an ongoing single file download and resume it at a later time - pause an ongoing single file upload and resume it at a later time
We will use separate issues to track features that are not in GA scope (they will get prioritized based on the number of 👍🏼s).
You can submit any feature request here as well as check on previous feature request status under the issue tab of our repository.
We would love for you to provide feedback about your experience using the TransferManager v2 here. It is very valuable to our team.
Thank you very much for your interest in the S3TransferManager for AWS Java SDK v2!
Best regards,
Yasmine
Beta Was this translation helpful? Give feedback.