aws_config/meta/credentials/
mod.rs

1/*
2 * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3 * SPDX-License-Identifier: Apache-2.0
4 */
5
6//! Credential providers that augment an existing credentials providers to add functionality
7
8mod chain;
9pub use chain::CredentialsProviderChain;