Skip to main content

IS3PresignerRequest

Interface in AWS.S3

Interface for S3 Presigner requests.

Properties

ExpiresIn

property ExpiresIn: TOptional<Integer>

Optionally specifies the number of seconds the pre-signed request will be valid for.

Time

property Time: TOptional<TDateTime>

Optionally specifies the date and time the pre-signed request becomes valid.

Request

property Request: IS3Request

Type: IS3Request

Specifies the S3 request to pre-sign.

Secure

property Secure: Boolean

Specifies whether the request must be over secure transport (HTTPS) or not (HTTP).

SignedPayload

property SignedPayload: Boolean

Specifies whether to sign the payload content.