Function aws_config::from_env

source ·
pub fn from_env() -> ConfigLoader
Available on crate feature behavior-version-latest only.
Expand description

Create a config loader with the latest defaults.

This loader will always set BehaviorVersion::latest.

§Examples

let config = aws_config::from_env().region("us-east-1").load().await;