-
- Downloads
Refactor configuration loading to parse profile files only once (#2152)
* Draft PR to only parse configuration once * Update docs & and add test * Fix bug where cache was being cleared by mistake * Add additional docs * Apply suggestions from code review Co-authored-by:Zelda Hessler <zhessler@amazon.com> * Apply suggestions from code review Co-authored-by:
Zelda Hessler <zhessler@amazon.com> * fix name of field Co-authored-by:
Zelda Hessler <zhessler@amazon.com>
Showing
- CHANGELOG.next.toml 43 additions, 0 deletionsCHANGELOG.next.toml
- aws/rust-runtime/aws-config/src/default_provider/app_name.rs 24 additions, 1 deletionaws/rust-runtime/aws-config/src/default_provider/app_name.rs
- aws/rust-runtime/aws-config/src/imds/client.rs 12 additions, 10 deletionsaws/rust-runtime/aws-config/src/imds/client.rs
- aws/rust-runtime/aws-config/src/imds/client/error.rs 0 additions, 12 deletionsaws/rust-runtime/aws-config/src/imds/client/error.rs
- aws/rust-runtime/aws-config/src/lib.rs 108 additions, 6 deletionsaws/rust-runtime/aws-config/src/lib.rs
- aws/rust-runtime/aws-config/src/profile/app_name.rs 16 additions, 36 deletionsaws/rust-runtime/aws-config/src/profile/app_name.rs
- aws/rust-runtime/aws-config/src/profile/credentials.rs 34 additions, 66 deletionsaws/rust-runtime/aws-config/src/profile/credentials.rs
- aws/rust-runtime/aws-config/src/profile/credentials/repr.rs 7 additions, 12 deletionsaws/rust-runtime/aws-config/src/profile/credentials/repr.rs
- aws/rust-runtime/aws-config/src/profile/mod.rs 1 addition, 1 deletionaws/rust-runtime/aws-config/src/profile/mod.rs
- aws/rust-runtime/aws-config/src/profile/parser.rs 61 additions, 12 deletionsaws/rust-runtime/aws-config/src/profile/parser.rs
- aws/rust-runtime/aws-config/src/profile/parser/parse.rs 1 addition, 1 deletionaws/rust-runtime/aws-config/src/profile/parser/parse.rs
- aws/rust-runtime/aws-config/src/profile/parser/source.rs 10 additions, 7 deletionsaws/rust-runtime/aws-config/src/profile/parser/source.rs
- aws/rust-runtime/aws-config/src/profile/profile_file.rs 2 additions, 10 deletionsaws/rust-runtime/aws-config/src/profile/profile_file.rs
- aws/rust-runtime/aws-config/src/profile/region.rs 11 additions, 27 deletionsaws/rust-runtime/aws-config/src/profile/region.rs
- aws/rust-runtime/aws-config/src/profile/retry_config.rs 11 additions, 39 deletionsaws/rust-runtime/aws-config/src/profile/retry_config.rs
- aws/rust-runtime/aws-config/src/provider_config.rs 81 additions, 4 deletionsaws/rust-runtime/aws-config/src/provider_config.rs
- aws/rust-runtime/aws-config/src/test_case.rs 3 additions, 1 deletionaws/rust-runtime/aws-config/src/test_case.rs
Loading
Please register or sign in to comment