aws_config

Function 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

For more information about default configuration, refer to the AWS SDKs and Tools shared configuration documentation.