/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
/// Load credentials from the environment
pub use EnvironmentVariableCredentialsProvider;
/// Load regions from the environment
pub use EnvironmentVariableRegionProvider;
/// Load retry behavior configuration from the environment
pub use EnvironmentVariableRetryConfigProvider;