aws-config-0.0.24-alpha has been yanked.
aws-config
provides implementations of region, credential resolution.
These implementations can be used either via the default chain implementation
[from_env
]/[ConfigLoader
] or ad-hoc individual credential and region providers.
ConfigLoader
can combine different configuration sources into an AWS shared-config:
Config
. Config
can be used configure
an AWS service client.
Examples
Load default SDK configuration:
#
# async
Load SDK configuration with a region override:
use RegionProviderChain;
#
# async