joernschumacher0001

Results 1 comments of joernschumacher0001

Note that you can do this when using CRT AsyncS3Client: ``` S3TransferManager.builder() .s3Client(S3AsyncClient.crtBuilder() .targetThroughputInGbps(0.6d) .build()) .build() ```