Function aws_config::load_from_env[][src]

pub async fn load_from_env() -> Config
Expand description

Load a default configuration from the environment

Convenience wrapper equivalent to aws_config::from_env().load().await