-
- Downloads
Move additional-ci step into SDK smoke test (#961)
* Move additional-ci step into SDK smoke test * Add `cargo hack` test to `aws-config` and make it pass * Fix warning introduced by merge * Incorporate feedback * Fix native-tls example
Showing
- .github/workflows/ci-sdk.yaml 33 additions, 39 deletions.github/workflows/ci-sdk.yaml
- .github/workflows/ci.yaml 3 additions, 2 deletions.github/workflows/ci.yaml
- CHANGELOG.next.toml 10 additions, 0 deletionsCHANGELOG.next.toml
- aws/rust-runtime/aws-config/Cargo.toml 10 additions, 14 deletionsaws/rust-runtime/aws-config/Cargo.toml
- aws/rust-runtime/aws-config/additional-ci 18 additions, 0 deletionsaws/rust-runtime/aws-config/additional-ci
- aws/rust-runtime/aws-config/examples/imds.rs 3 additions, 4 deletionsaws/rust-runtime/aws-config/examples/imds.rs
- aws/rust-runtime/aws-config/src/default_provider.rs 9 additions, 6 deletionsaws/rust-runtime/aws-config/src/default_provider.rs
- aws/rust-runtime/aws-config/src/ecs.rs 10 additions, 7 deletionsaws/rust-runtime/aws-config/src/ecs.rs
- aws/rust-runtime/aws-config/src/imds/client.rs 9 additions, 3 deletionsaws/rust-runtime/aws-config/src/imds/client.rs
- aws/rust-runtime/aws-config/src/lib.rs 7 additions, 5 deletionsaws/rust-runtime/aws-config/src/lib.rs
- aws/rust-runtime/aws-config/src/meta/credentials/chain.rs 3 additions, 0 deletionsaws/rust-runtime/aws-config/src/meta/credentials/chain.rs
- aws/rust-runtime/aws-config/src/meta/credentials/lazy_caching.rs 1 addition, 1 deletion...t-runtime/aws-config/src/meta/credentials/lazy_caching.rs
- aws/rust-runtime/aws-config/src/meta/credentials/mod.rs 0 additions, 2 deletionsaws/rust-runtime/aws-config/src/meta/credentials/mod.rs
- aws/rust-runtime/aws-config/src/meta/region.rs 5 additions, 0 deletionsaws/rust-runtime/aws-config/src/meta/region.rs
- aws/rust-runtime/aws-config/src/profile/app_name.rs 1 addition, 1 deletionaws/rust-runtime/aws-config/src/profile/app_name.rs
- aws/rust-runtime/aws-config/src/profile/credentials.rs 3 additions, 1 deletionaws/rust-runtime/aws-config/src/profile/credentials.rs
- aws/rust-runtime/aws-config/src/profile/credentials/exec.rs 1 addition, 1 deletionaws/rust-runtime/aws-config/src/profile/credentials/exec.rs
- aws/rust-runtime/aws-config/src/profile/region.rs 1 addition, 1 deletionaws/rust-runtime/aws-config/src/profile/region.rs
- aws/rust-runtime/aws-config/src/provider_config.rs 2 additions, 1 deletionaws/rust-runtime/aws-config/src/provider_config.rs
- aws/rust-runtime/aws-config/src/sts.rs 10 additions, 5 deletionsaws/rust-runtime/aws-config/src/sts.rs
Loading
Please register or sign in to comment