Searched defs:partSizeBytes (Results 1 – 3 of 3) sorted by relevance
34 long partSizeBytes = 8 * 1024 * 1024; // 8MB in main() local55 partSizeBytes, targetThroughputGbps);) { in main() argument
168 public long partSizeBytes() { in partSizeBytes() method in S3NativeClientConfiguration
219 public S3CrtAsyncClientBuilder minimumPartSizeInBytes(Long partSizeBytes) { in minimumPartSizeInBytes()