aws_config

Function load_defaults

Source
pub async fn load_defaults(version: BehaviorVersion) -> SdkConfig
Expand description

Load default configuration with the given behavior version.

Convenience wrapper equivalent to aws_config::defaults(behavior_version).load().await

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