Module aws_sdk_s3::config
source · Expand description
Configuration for Amazon Simple Storage Service.
Modules
- Retry configuration
- Timeout configuration
Structs
- App name that can be configured with an AWS SDK client to become part of the user agent string.
- Builder for creating a
Config
. - Service config.
- AWS SDK Credentials
- The region to send requests to.
- Future returned by
AsyncSleep
.
Traits
- Async trait with a
sleep
function.