Class S3CrtClientProperties
java.lang.Object
io.awspring.cloud.autoconfigure.s3.properties.S3CrtClientProperties
Properties related to
S3CrtAsyncClient
.- Since:
- 3.0
- Author:
- Maciej Walkowiak
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setInitialReadBufferSizeInBytes
(Long initialReadBufferSizeInBytes) void
setMaxConcurrency
(Integer maxConcurrency) void
setMinimumPartSizeInBytes
(Long minimumPartSizeInBytes) void
setTargetThroughputInGbps
(Double targetThroughputInGbps)
-
Constructor Details
-
S3CrtClientProperties
public S3CrtClientProperties()
-
-
Method Details
-
getTargetThroughputInGbps
-
setTargetThroughputInGbps
-
getMaxConcurrency
-
setMaxConcurrency
-
getMinimumPartSizeInBytes
-
setMinimumPartSizeInBytes
-
getInitialReadBufferSizeInBytes
-
setInitialReadBufferSizeInBytes
-