refactor: migrate from deprecated s3/manager to s3/transfermanager
Replace feature/s3/manager (deprecated) with feature/s3/transfermanager. Updates Uploader interface, constructor, and all tests to use the new UploadObject API with transfermanager types. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -5,7 +5,7 @@ go 1.23
|
||||
require (
|
||||
github.com/aws/aws-sdk-go-v2 v1.41.1
|
||||
github.com/aws/aws-sdk-go-v2/config v1.32.7
|
||||
github.com/aws/aws-sdk-go-v2/feature/s3/manager v1.22.0
|
||||
github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager v0.1.2
|
||||
github.com/aws/aws-sdk-go-v2/service/s3 v1.96.0
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user