S3 Transfer Manager v2 Now Generally Available #3306
Replies: 7 comments 6 replies
-
|
The The |
Beta Was this translation helpful? Give feedback.
-
|
Is there a plan to support the CRC64NVME ChecksumAlgorithm for UploadObject? I noticed it is missing from here: https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/feature/s3/[email protected]/types#pkg-constants |
Beta Was this translation helpful? Give feedback.
-
|
It's good to provide an option to configure the ChecksumType - FULL_OBJECT or CHECKSUM as CRC algorithms supports both for multipart uploads |
Beta Was this translation helpful? Give feedback.
-
|
Are there any docs / examples available? Will you be updating the https://github.com/awsdocs/aws-doc-sdk-examples/tree/main/go/example_code/s3 ? |
Beta Was this translation helpful? Give feedback.
-
|
Please make the options a public field. I need a way to manually set the checksum algorithm without reflection & unsafe. |
Beta Was this translation helpful? Give feedback.
-
|
We can't use the current |
Beta Was this translation helpful? Give feedback.
-
|
I am looking for a replacement for |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
On January 30, 2026, we officially released
feature/s3/transfermanagerto production, replacing the previousfeature/s3/managerutility.What's New
The new generation Transfer Manager addresses several key issues from the previous version:
io.Readerwithout seeking support, the uploader over allocates memory leading to high usage #2694)GetObjectAPI which returns object data in a serialio.Readerwhile retaining the resiliency of part/range-based downloads. See Support for io.Reader Interface in S3 Transfer Manager's Downloader #2247Available APIs
Transfer Manager v2 implements the following public APIs:
UploadObject: Enhanced object write support with automatic multipart upload for large objectsDownloadObject: Enhanced object read support with automatic multipart download for large objectsGetObject: Mimics s3.GetObject API with sequential io.Reader output and concurrent multipart downloadUploadDirectory: Enhanced directory write support with automatic concurrent file uploads for foldersDownloadDirectory: Enhanced bucket read support with automatic concurrent object downloadsRoadmap
Based on existing feature requests (#2095, #1463), we intend to support following functionalities in the future:
Beta Was this translation helpful? Give feedback.
All reactions