Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Credential provider is not supplied when creating aws_config::from_env(), that leads to failure responses seen in #428. Pass the aws_config::default_provider::credentials.default_provider into the aws_config::from_env() builder which should pick up the proper credentials for the environment based on the resolution order.
- Loading branch information