public class AWS3Signer extends AbstractAWSSigner
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) throws AmazonClientException
request
- The request to sign.credentials
- The credentials to sign the request with.AmazonClientException
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.