Struct aws_config::environment::credentials::EnvironmentVariableCredentialsProvider [−][src]
pub struct EnvironmentVariableCredentialsProvider { /* fields omitted */ }Expand description
Load Credentials from Environment Variables
EnvironmentVariableCredentialsProvider uses the following variables:
AWS_ACCESS_KEY_IDAWS_SECRET_ACCESS_KEYwith fallback toSECRET_ACCESS_KEYAWS_SESSION_TOKEN
Implementations
Trait Implementations
Returns a future that provides credentials.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
