Class S3SignerExecutionAttribute
- java.lang.Object
-
- software.amazon.awssdk.core.interceptor.SdkExecutionAttribute
-
- software.amazon.awssdk.auth.signer.S3SignerExecutionAttribute
-
@Deprecated public final class S3SignerExecutionAttribute extends SdkExecutionAttribute
Deprecated.Signer execution attributes have been deprecated in favor of signer properties, set on the auth scheme's signer option.S3-specific signing attributes attached to the execution.
-
-
Field Summary
Fields Modifier and Type Field Description static ExecutionAttribute<Boolean>
ENABLE_CHUNKED_ENCODING
Deprecated.This is a protected class that is internal to the SDK, so you shouldn't be using it.static ExecutionAttribute<Boolean>
ENABLE_PAYLOAD_SIGNING
Deprecated.This is a protected class that is internal to the SDK, so you shouldn't be using it.-
Fields inherited from class software.amazon.awssdk.core.interceptor.SdkExecutionAttribute
API_CALL_ATTEMPT_METRIC_COLLECTOR, API_CALL_METRIC_COLLECTOR, CLIENT_ENDPOINT, CLIENT_TYPE, ENDPOINT_OVERRIDDEN, HTTP_CHECKSUM_VALIDATION_ALGORITHM, HTTP_RESPONSE_CHECKSUM_VALIDATION, OPERATION_NAME, PROFILE_FILE, PROFILE_FILE_SUPPLIER, PROFILE_NAME, RESOLVED_CHECKSUM_SPECS, SERVICE_CONFIG, SERVICE_NAME, SIGNER_OVERRIDDEN, TIME_OFFSET
-
-
-
-
Field Detail
-
ENABLE_CHUNKED_ENCODING
@Deprecated public static final ExecutionAttribute<Boolean> ENABLE_CHUNKED_ENCODING
Deprecated.This is a protected class that is internal to the SDK, so you shouldn't be using it. If you are using it from execution interceptors, you should instead be overriding the chunk encoding setting via theAuthSchemeProvider
that is configured on the SDK client builder. If you're using it to call the SDK's signers, you should migrate to a subtype ofHttpSigner
.The key to specify whether to enable chunked encoding or not
-
ENABLE_PAYLOAD_SIGNING
@Deprecated public static final ExecutionAttribute<Boolean> ENABLE_PAYLOAD_SIGNING
Deprecated.This is a protected class that is internal to the SDK, so you shouldn't be using it. If you are using it from execution interceptors, you should instead be overriding the payload signing setting via theAuthSchemeProvider
that is configured on the SDK client builder. If you're using it to call the SDK's signers, you should migrate to a subtype ofHttpSigner
.The key to specify whether to enable payload signing or not
-
-