Skip to content

Commit

Permalink
hotfix:
Browse files Browse the repository at this point in the history
  • Loading branch information
ori0o0p committed Aug 22, 2024
1 parent abb98c9 commit fe818dd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public S3TransferManager s3TransferManager() {
.credentialsProvider(DefaultCredentialsProvider.create())
.region(Region.of(awsProperties.region()))
.targetThroughputInGbps(20.0)
.minimumPartSizeInBytes(500L * 1024 * 1024)
.minimumPartSizeInBytes(1L * 1024 * 1024)
.build();

return S3TransferManager.builder()
Expand Down

0 comments on commit fe818dd

Please sign in to comment.