AwsSigningAttributes
AttributeKey instances related to signing.
Properties
The user provided AWS region-set used for computing the signature. Overrides SigningRegionSet.
The CredentialsProvider to complete the signing process with. Defaults to the provider configured on the service client.
Flag indicating whether to enable sending requests with aws-chunked content encoding. Defaults to false. Note: This flag does not solely control aws-chunked behavior. The size of the request body must also be above a defined threshold in order to be chunked.
The specification for determining the hash value for the request.
Flag indicating whether to normalize the URI path. See AwsSigningConfig.normalizeUriPath for more details.
Flag indicating whether the X-Amz-Security-Token header should be omitted from the canonical request during signing.
The signature of the HTTP request. The signer will complete this once the request has been signed. Operation middleware is responsible for resetting the completable deferred value.
The signed body header type.
The signer implementation to use
Override the date to complete the signing process with. Defaults to current time when not specified.
AWS region to be used for signing the request
The AWS region-set used for computing the signature.
The signature version 4 service signing name to use in the credential scope when signing requests. See: https://docs.aws.amazon.com/general/latest/gr/sigv4_elements.html
Flag indicating whether to enable double URI encoding. See AwsSigningConfig.useDoubleUriEncode for more details.