-
- Downloads
Fix inability to create service clients when `default-features = false` (#2055)
* add: tests for config/client construction when default features are disabled
fix: enable users to create service clients when default features are disabled
update: missing HTTP connector panic messages
* Apply suggestions from code review
Co-authored-by:
John DiSanti <jdisanti@amazon.com>
Showing
- aws/rust-runtime/aws-config/src/connector.rs 1 addition, 1 deletionaws/rust-runtime/aws-config/src/connector.rs
- aws/sdk-codegen/src/main/kotlin/software/amazon/smithy/rustsdk/AwsFluentClientDecorator.kt 26 additions, 4 deletions...oftware/amazon/smithy/rustsdk/AwsFluentClientDecorator.kt
- aws/sdk/integration-tests/Cargo.toml 1 addition, 0 deletionsaws/sdk/integration-tests/Cargo.toml
- aws/sdk/integration-tests/no-default-features/Cargo.toml 19 additions, 0 deletionsaws/sdk/integration-tests/no-default-features/Cargo.toml
- aws/sdk/integration-tests/no-default-features/tests/client-construction.rs 24 additions, 0 deletions...on-tests/no-default-features/tests/client-construction.rs
Please register or sign in to comment