Module aws_sdk_s3::presigning
source · Expand description
Presigned request types and configuration.
The Client
is used to create presigned requests. They are made
by calling .presigned()
instead of .send()
on an operation, and require a
PresigningConfig
to provide an expiration time.
Only operations that support presigning have the presigned()
method on them.
Structs§
- Represents a presigned request. This only includes the HTTP request method, URI, and headers.
- Presigning config values required for creating a presigned request.
- Builder used to create
PresigningConfig
. PresigningConfig
build errors.