public class AWS3Signer extends AbstractAWSSigner
EMPTY_STRING_SHA256_HEX
Constructor and Description |
---|
AWS3Signer() |
Modifier and Type | Method and Description |
---|---|
void |
sign(Request<?> request,
AWSCredentials credentials)
Signs the specified request with the AWS3 signing protocol by using the
AWS account credentials specified when this object was constructed and
adding the required AWS3 headers to the request.
|
hash, hash, sign
public void sign(Request<?> request, AWSCredentials credentials)
request
- The request to sign.credentials
- The credentials to sign the request with.Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.