Function aws_config::load_from_env

source ·
pub async fn load_from_env() -> SdkConfig
Available on crate feature behavior-version-latest only.
Expand description

Load default configuration with the latest defaults.

Convenience wrapper equivalent to aws_config::load_defaults(BehaviorVersion::latest()).await