| Modifier and Type | Class and Description |
|---|---|
class |
DelegatingS3Client |
| Modifier and Type | Method and Description |
|---|---|
static S3Client |
S3Client.create()
Create a
S3Client with the region loaded from the
DefaultAwsRegionProviderChain and credentials loaded from the
DefaultCredentialsProvider. |
| Constructor and Description |
|---|
DelegatingS3Client(S3Client delegate) |
| Modifier and Type | Method and Description |
|---|---|
S3Client |
S3SyncClientDecorator.decorate(S3Client base,
SdkClientConfiguration clientConfiguration,
AttributeMap clientContextParams) |
| Modifier and Type | Method and Description |
|---|---|
S3Client |
S3SyncClientDecorator.decorate(S3Client base,
SdkClientConfiguration clientConfiguration,
AttributeMap clientContextParams) |
| Modifier and Type | Class and Description |
|---|---|
class |
S3CrossRegionSyncClient
Decorator S3 Sync client that will fetch the region name whenever there is Redirect 301 error due to cross region bucket
access.
|
| Constructor and Description |
|---|
S3CrossRegionSyncClient(S3Client s3Client) |
| Constructor and Description |
|---|
ListMultipartUploadsIterable(S3Client client,
ListMultipartUploadsRequest firstRequest) |
ListObjectsV2Iterable(S3Client client,
ListObjectsV2Request firstRequest) |
ListObjectVersionsIterable(S3Client client,
ListObjectVersionsRequest firstRequest) |
ListPartsIterable(S3Client client,
ListPartsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
S3Waiter.Builder |
S3Waiter.Builder.client(S3Client client)
Sets a custom
S3Client that will be used to poll the resource |
Copyright © 2023. All rights reserved.