public interface Presigner
Modifier and Type | Method and Description |
---|---|
void |
presignRequest(SignableRequest<?> request,
AWSCredentials credentials,
Date expiration)
Signs the request by adding the signature to the URL rather than as a
header.
|
void presignRequest(SignableRequest<?> request, AWSCredentials credentials, Date expiration)
request
- The request to sign.credentials
- The credentials to sign it with.expiration
- The time when this presigned URL will expire.Copyright © 2022. All rights reserved.