public interface Presigner
Modifier and Type | Method and Description |
---|---|
void |
presignRequest(Request<?> request,
AWSCredentials credentials,
java.util.Date expiration)
Signs the request by adding the signature to the URL rather than as a
header.
|
void presignRequest(Request<?> request, AWSCredentials credentials, java.util.Date expiration)
request
- The request to sign.credentials
- The credentials to sign it with.expiration
- The time when this presigned URL will expire.Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.