| Package | Description |
|---|---|
| software.amazon.awssdk.services.s3.internal.crt |
| Modifier and Type | Method and Description |
|---|---|
static S3CrtAsyncHttpClient.Builder |
S3CrtAsyncHttpClient.builder() |
S3CrtAsyncHttpClient.Builder |
S3CrtAsyncHttpClient.Builder.credentialsProvider(AwsCredentialsProvider credentialsProvider)
Configure the credentials that should be used to authenticate with S3.
|
S3CrtAsyncHttpClient.Builder |
S3CrtAsyncHttpClient.Builder.endpointOverride(URI endpointOverride)
Configure the endpoint override with which the SDK should communicate.
|
S3CrtAsyncHttpClient.Builder |
S3CrtAsyncHttpClient.Builder.maxConcurrency(Integer maxConcurrency)
Specifies the maximum number of S3 connections that should be established during
a transfer.
|
S3CrtAsyncHttpClient.Builder |
S3CrtAsyncHttpClient.Builder.minimumPartSizeInBytes(Long partSizeBytes)
Sets the minimum part size for transfer parts.
|
S3CrtAsyncHttpClient.Builder |
S3CrtAsyncHttpClient.Builder.region(Region region)
Configure the region with which the SDK should communicate.
|
S3CrtAsyncHttpClient.Builder |
S3CrtAsyncHttpClient.Builder.targetThroughputInGbps(Double targetThroughputInGbps)
The target throughput for transfer requests.
|
Copyright © 2022. All rights reserved.