Module aws_config::environment
source · [−]Expand description
Providers that load configuration from environment variables
Re-exports
pub use app_name::EnvironmentVariableAppNameProvider;
pub use credentials::EnvironmentVariableCredentialsProvider;
pub use region::EnvironmentVariableRegionProvider;
pub use retry_config::EnvironmentVariableRetryConfigProvider;
Modules
Load app name from the environment
Load credentials from the environment
Load regions from the environment
Load retry behavior configuration from the environment