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§
- Profile File Based Credential Providers
- Code for parsing AWS profile config
- Re-exports for types since moved to the aws-runtime crate.
- Load a region from an AWS profile
- Profile File Based Token Providers
Structs§
- An individual configuration profile
- AWS Profile based credentials provider
- Load a region from a profile file
- AWS profile-based access token provider
- An error encountered while parsing a profile
- A top-level configuration source containing multiple named profiles
- Key-Value property pair
Enums§
- Failed to read or parse the profile file(s)
Functions§
- Read & parse AWS config files