-
- Downloads
HTTP Connectors Refactor pt.1 - Laying the groundwork (#1144)
* refactor: HttpSettings, HttpConnection location update: replace timeout::Settings with TimeoutConfig add: HttpConnector to aws_types::Config and Builder refactor: divide default_provider.rs modules into separate files * add: missing copyright headers * add: missing http_connector accessor to Config * remove: unused import * update: undo changes to aws_config::connector module remove: impl Default for HttpConnector * update: CHANGELOG.next.toml
Showing
- CHANGELOG.next.toml 97 additions, 0 deletionsCHANGELOG.next.toml
- aws/rust-runtime/aws-config/src/connector.rs 60 additions, 0 deletionsaws/rust-runtime/aws-config/src/connector.rs
- aws/rust-runtime/aws-config/src/default_provider.rs 5 additions, 824 deletionsaws/rust-runtime/aws-config/src/default_provider.rs
- aws/rust-runtime/aws-config/src/default_provider/app_name.rs 95 additions, 0 deletionsaws/rust-runtime/aws-config/src/default_provider/app_name.rs
- aws/rust-runtime/aws-config/src/default_provider/credentials.rs 441 additions, 0 deletions...st-runtime/aws-config/src/default_provider/credentials.rs
- aws/rust-runtime/aws-config/src/default_provider/region.rs 79 additions, 0 deletionsaws/rust-runtime/aws-config/src/default_provider/region.rs
- aws/rust-runtime/aws-config/src/default_provider/retry_config.rs 104 additions, 0 deletions...t-runtime/aws-config/src/default_provider/retry_config.rs
- aws/rust-runtime/aws-config/src/default_provider/timeout_config.rs 117 additions, 0 deletions...runtime/aws-config/src/default_provider/timeout_config.rs
- aws/rust-runtime/aws-config/src/ecs.rs 1 addition, 1 deletionaws/rust-runtime/aws-config/src/ecs.rs
- aws/rust-runtime/aws-config/src/environment/mod.rs 1 addition, 0 deletionsaws/rust-runtime/aws-config/src/environment/mod.rs
- aws/rust-runtime/aws-config/src/http_credential_provider.rs 13 additions, 15 deletionsaws/rust-runtime/aws-config/src/http_credential_provider.rs
- aws/rust-runtime/aws-config/src/imds/client.rs 12 additions, 11 deletionsaws/rust-runtime/aws-config/src/imds/client.rs
- aws/rust-runtime/aws-config/src/lib.rs 24 additions, 63 deletionsaws/rust-runtime/aws-config/src/lib.rs
- aws/rust-runtime/aws-config/src/provider_config.rs 18 additions, 54 deletionsaws/rust-runtime/aws-config/src/provider_config.rs
- aws/rust-runtime/aws-config/src/sso.rs 5 additions, 3 deletionsaws/rust-runtime/aws-config/src/sso.rs
- aws/rust-runtime/aws-config/src/sts.rs 8 additions, 57 deletionsaws/rust-runtime/aws-config/src/sts.rs
- aws/rust-runtime/aws-config/src/sts/assume_role.rs 6 additions, 5 deletionsaws/rust-runtime/aws-config/src/sts/assume_role.rs
- aws/rust-runtime/aws-config/src/sts/util.rs 53 additions, 0 deletionsaws/rust-runtime/aws-config/src/sts/util.rs
- aws/rust-runtime/aws-config/src/test_case.rs 7 additions, 3 deletionsaws/rust-runtime/aws-config/src/test_case.rs
- aws/rust-runtime/aws-types/Cargo.toml 1 addition, 0 deletionsaws/rust-runtime/aws-types/Cargo.toml
Loading
Please register or sign in to comment