public class S3QueryStringSigner extends AbstractAWSSigner
EMPTY_STRING_SHA256_HEX
Constructor and Description |
---|
S3QueryStringSigner(String httpVerb,
String resourcePath,
Date expiration) |
Modifier and Type | Method and Description |
---|---|
void |
sign(SignableRequest<?> request,
AWSCredentials credentials)
Sign the given request with the given set of credentials.
|
hash, hash, sign, signWithMac
public void sign(SignableRequest<?> request, AWSCredentials credentials) throws SdkClientException
Signer
request
- The request to sign.credentials
- The credentials to sign the request with.SdkClientException
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.