public class S3Signer extends AbstractAWSSigner
EMPTY_STRING_SHA256_HEX| 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.
|
S3Signer(String httpVerb,
String resourcePath,
Collection<String> additionalQueryParamsToSign)
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(SignableRequest<?> request,
AWSSessionCredentials credentials) |
void |
sign(SignableRequest<?> request,
AWSCredentials credentials) |
getBinaryRequestPayload, getBinaryRequestPayloadStream, getBinaryRequestPayloadStreamWithoutQueryParams, getBinaryRequestPayloadWithoutQueryParams, getCanonicalizedEndpoint, getCanonicalizedQueryString, getCanonicalizedQueryString, getCanonicalizedResourcePath, getCanonicalizedResourcePath, getRequestPayload, getRequestPayloadWithoutQueryParams, getSignatureDate, getTimeOffset, hash, hash, hash, newString, sanitizeCredentials, sign, sign, signAndBase64Encode, signAndBase64Encode, signWithMacpublic 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 S3Signer(String httpVerb, String resourcePath, Collection<String> additionalQueryParamsToSign)
httpVerb - The HTTP verb (GET, PUT, POST, HEAD, DELETE) the request is
using.resourcePath - The canonical S3 resource path (ex: "/", "/additionalQueryParamsToSign - A collection of user-specified query parameters that should be
included in the canonical request, in addition to those
default parameters that are always signed.RestUtils#makeS3CanonicalString(String, String, Request, String)public void sign(SignableRequest<?> request, AWSCredentials credentials)
protected void addSessionCredentials(SignableRequest<?> request, AWSSessionCredentials credentials)
addSessionCredentials in class AbstractAWSSignerCopyright © 2019. All rights reserved.