-
- Downloads
Add Default Provider Chain (#650)
* Add Default Provider Chain This commit adds an initial implementation of the default credentials provder chain. First, it will use environment variables. Next it will use shared config / profiles. * Update CHANGELOG.md * Apply suggestions from code review Co-authored-by:John DiSanti <jdisanti@amazon.com> Co-authored-by:
John DiSanti <jdisanti@amazon.com>
Showing
- CHANGELOG.md 2 additions, 0 deletionsCHANGELOG.md
- aws/rust-runtime/aws-auth-providers/Cargo.toml 8 additions, 0 deletionsaws/rust-runtime/aws-auth-providers/Cargo.toml
- aws/rust-runtime/aws-auth-providers/src/chain.rs 73 additions, 0 deletionsaws/rust-runtime/aws-auth-providers/src/chain.rs
- aws/rust-runtime/aws-auth-providers/src/default_provider_chain.rs 212 additions, 0 deletions...-runtime/aws-auth-providers/src/default_provider_chain.rs
- aws/rust-runtime/aws-auth-providers/src/lib.rs 39 additions, 0 deletionsaws/rust-runtime/aws-auth-providers/src/lib.rs
- aws/rust-runtime/aws-auth-providers/src/profile.rs 42 additions, 16 deletionsaws/rust-runtime/aws-auth-providers/src/profile.rs
- aws/rust-runtime/aws-auth-providers/src/profile/exec.rs 5 additions, 2 deletionsaws/rust-runtime/aws-auth-providers/src/profile/exec.rs
- aws/rust-runtime/aws-auth-providers/test-data/static-keys/aws-config/config 3 additions, 0 deletions...ws-auth-providers/test-data/static-keys/aws-config/config
- aws/rust-runtime/aws-auth-providers/test-data/static-keys/http-traffic.json 5 additions, 0 deletions...ws-auth-providers/test-data/static-keys/http-traffic.json
- aws/rust-runtime/aws-auth/src/credentials.rs 8 additions, 2 deletionsaws/rust-runtime/aws-auth/src/credentials.rs
- aws/rust-runtime/aws-types/src/os_shim_internal.rs 12 additions, 0 deletionsaws/rust-runtime/aws-types/src/os_shim_internal.rs
- aws/sdk/examples/s3/Cargo.toml 4 additions, 1 deletionaws/sdk/examples/s3/Cargo.toml
- aws/sdk/examples/s3/src/bin/list-objects.rs 9 additions, 2 deletionsaws/sdk/examples/s3/src/bin/list-objects.rs
- rust-runtime/smithy-async/src/rt/sleep.rs 10 additions, 0 deletionsrust-runtime/smithy-async/src/rt/sleep.rs
- rust-runtime/smithy-client/src/dvr/record.rs 2 additions, 6 deletionsrust-runtime/smithy-client/src/dvr/record.rs
- rust-runtime/smithy-client/src/hyper_impls.rs 2 additions, 6 deletionsrust-runtime/smithy-client/src/hyper_impls.rs
- rust-runtime/smithy-client/src/lib.rs 16 additions, 0 deletionsrust-runtime/smithy-client/src/lib.rs
Loading
Please register or sign in to comment