Home
last modified time | relevance | path

Searched refs:getMultiPartUploadThreshold (Results 1 – 3 of 3) sorted by relevance

/external/aws-crt-java/src/main/java/software/amazon/awssdk/crt/s3/
DS3ClientOptions.java159 public long getMultiPartUploadThreshold() { in getMultiPartUploadThreshold() method in S3ClientOptions
DS3Client.java84 options.getMultiPartUploadThreshold(), in S3Client()
/external/aws-sdk-java-v2/services/s3/src/test/java/software/amazon/awssdk/services/s3/internal/crt/
DS3CrtAsyncHttpClientTest.java398 assertThat(clientOptions.getMultiPartUploadThreshold()).isEqualTo(1024); in build_shouldPassThroughParameters()
430 … assertThat(clientOptions.getMultiPartUploadThreshold()).isEqualTo(clientOptions.getPartSize()); in build_partSizeConfigured_shouldApplyToThreshold()