Aws4Signer
, AwsS3V4Signer
public interface Presigner
Modifier and Type | Method | Description |
---|---|---|
SdkHttpFullRequest |
presignRequest(SdkHttpFullRequest request,
AwsCredentials credentials,
Date expiration) |
Signs the request by adding the signature to the URL rather than as a
header.
|
SdkHttpFullRequest presignRequest(SdkHttpFullRequest 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.