public class S3Signer extends AbstractAWSSigner
| Constructor and Description |
|---|
S3Signer()
Create a dummy instance of the S3Signer.
|
S3Signer(String httpVerb,
String resourcePath)
Constructs a new S3Signer to sign requests based on the
AWS credentials, HTTP method and canonical S3 resource path.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addSessionCredentials(Request<?> request,
AWSSessionCredentials credentials)
Adds session credentials to the request given.
|
void |
sign(Request<?> request,
AWSCredentials credentials)
Sign the given request with the given set of credentials.
|
getBinaryRequestPayload, getBinaryRequestPayloadStream, getBinaryRequestPayloadStreamWithoutQueryParams, getBinaryRequestPayloadWithoutQueryParams, getCanonicalizedEndpoint, getCanonicalizedQueryString, getCanonicalizedQueryString, getCanonicalizedResourcePath, getCanonicalizedResourcePath, getRequestPayload, getRequestPayloadWithoutQueryParams, getSignatureDate, getTimeOffset, hash, hash, hash, newString, sanitizeCredentials, sign, sign, signAndBase64Encode, signAndBase64Encodepublic S3Signer()
public S3Signer(String httpVerb, String resourcePath)
httpVerb - The HTTP verb (GET, PUT, POST, HEAD, DELETE) the request is
using.resourcePath - The canonical S3 resource path (ex: "/", "/public void sign(Request<?> request, AWSCredentials credentials)
Signerrequest - The request to sign.credentials - The credentials to sign the request with.protected void addSessionCredentials(Request<?> request, AWSSessionCredentials credentials)
AbstractAWSSigneraddSessionCredentials in class AbstractAWSSignerrequest - The request to add session credentials information tocredentials - The session credentials to add to the requestCopyright © 2016. All rights reserved.