[][src]Module rusty_s3::credentials

Credentials management types

RotatingCredentials wraps Credentials and gives the ability to rotate them at any point in the program, keeping all copies of the same RotatingCredentials in sync with the latest version.

Ec2SecurityCredentialsMetadataResponse parses the response from the EC2 metadata service, which provides an endpoint for retrieving credentials using the permissions for the attached IAM roles.

Structs

Credentials

S3 credentials

Ec2SecurityCredentialsMetadataResponse

Parser for responses received from the EC2 security-credentials metadata service.

RotatingCredentials

Credentials that can be rotated