Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3 |
Synchronous client for accessing Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
S3ClientOptions |
S3ClientOptions.Builder.build() |
S3ClientOptions |
S3ClientOptions.disableChunkedEncoding()
Deprecated.
Use
S3ClientOptions.builder() to build new
S3ClientOptions instead. |
protected S3ClientOptions |
AmazonS3Builder.resolveS3ClientOptions()
Enables us-east-1 regional mode on clients built with the builder.
|
S3ClientOptions |
S3ClientOptions.withChunkedEncodingDisabled(boolean chunkedEncodingDisabled)
Deprecated.
Use
S3ClientOptions.builder() to build new
S3ClientOptions instead. |
S3ClientOptions |
S3ClientOptions.withPathStyleAccess(boolean pathStyleAccess)
Deprecated.
Use
S3ClientOptions.builder() to build new
S3ClientOptions instead. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractAmazonS3.setS3ClientOptions(S3ClientOptions clientOptions) |
void |
AmazonS3Client.setS3ClientOptions(S3ClientOptions clientOptions)
Override the default S3 client options for this client.
|
void |
AmazonS3.setS3ClientOptions(S3ClientOptions clientOptions)
Override the default S3 client options for this client.
|
Constructor and Description |
---|
S3ClientOptions(S3ClientOptions other)
Deprecated.
Will be removed once S3ClientOptions is made an immutable
class.
|
Copyright © 2024. All rights reserved.