public interface AwsV4HttpSigner extends AwsV4FamilyHttpSigner<AwsCredentialsIdentity>
HttpSigner that will sign a request using an AWS credentials AwsCredentialsIdentity).
The process for signing requests to send to AWS services is documented here.
AwsV4FamilyHttpSigner.AuthLocation| Modifier and Type | Field and Description |
|---|---|
static SignerProperty<String> |
REGION_NAME
The AWS region name to be used for computing the signature.
|
AUTH_LOCATION, CHECKSUM_ALGORITHM, CHUNK_ENCODING_ENABLED, DOUBLE_URL_ENCODE, EXPIRATION_DURATION, NORMALIZE_PATH, PAYLOAD_SIGNING_ENABLED, SERVICE_SIGNING_NAMESIGNING_CLOCK| Modifier and Type | Method and Description |
|---|---|
static AwsV4HttpSigner |
create()
Get a default implementation of a
AwsV4HttpSigner |
sign, sign, signAsync, signAsyncstatic final SignerProperty<String> REGION_NAME
static AwsV4HttpSigner create()
AwsV4HttpSignerCopyright © 2023. All rights reserved.