Class S3ServiceClientConfiguration
java.lang.Object
software.amazon.awssdk.core.SdkServiceClientConfiguration
software.amazon.awssdk.awscore.AwsServiceClientConfiguration
software.amazon.awssdk.services.s3.S3ServiceClientConfiguration
@Generated("software.amazon.awssdk:codegen")
@SdkPublicApi
public final class S3ServiceClientConfiguration
extends AwsServiceClientConfiguration
Class to expose the service client settings to the user. Implementation of
AwsServiceClientConfiguration-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceA builder for creating aS3ServiceClientConfiguration -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value for auth scheme providerbuilder()Gets the value for Enables cross-region bucket access for this client.Gets the value for client behavior for request checksum calculationGets the value for client behavior for response checksum validationMethods inherited from class software.amazon.awssdk.awscore.AwsServiceClientConfiguration
credentialsProvider, equals, hashCode, regionMethods inherited from class software.amazon.awssdk.core.SdkServiceClientConfiguration
authSchemes, endpointOverride, endpointProvider, overrideConfiguration
-
Constructor Details
-
S3ServiceClientConfiguration
-
-
Method Details
-
builder
-
authSchemeProvider
Gets the value for auth scheme provider -
crossRegionAccessEnabled
Gets the value for Enables cross-region bucket access for this client. Note: When enabling this feature, the S3 client sets the 'Expect: 100-continue' header by default so that S3 can issue its cross-region redirect before the request body is sent. This can be overridden by explicitly setting S3Configuration.expectContinueEnabled to false, in which case the first request to a not yet resolved bucket may fail with an I/O error and rely on normal retries. -
responseChecksumValidation
Gets the value for client behavior for response checksum validation -
requestChecksumCalculation
Gets the value for client behavior for request checksum calculation
-