Module profile

Source
Expand description

Load configuration from AWS Profiles

AWS profiles are typically stored in ~/.aws/config and ~/.aws/credentials. For more details see the load function.

Modules§

credentials
Profile File Based Credential Providers
parser
Code for parsing AWS profile config
profile_file
Re-exports for types since moved to the aws-runtime crate.
region
Load a region from an AWS profile
tokensso
Profile File Based Token Providers

Structs§

Profile
An individual configuration profile
ProfileFileCredentialsProvider
AWS Profile based credentials provider
ProfileFileRegionProvider
Load a region from a profile file
ProfileFileTokenProvidersso
AWS profile-based access token provider
ProfileParseError
An error encountered while parsing a profile
ProfileSet
A top-level configuration source containing multiple named profiles
Property
Key-Value property pair

Enums§

ProfileFileLoadError
Failed to read or parse the profile file(s)

Functions§

load
Read & parse AWS config files