Function load_from_env

Source
pub async fn load_from_env() -> SdkConfig
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.