-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aws-config
: Fix compilation error with rustls
and native-tls
di…
…sabled (#1533) * `aws-config`: Fix compilation error with `rustls` and `native-tls` disabled The `ProviderConfig::with_tcp_connector` method uses `aws_smithy_client::hyper_ext`, which only exists with the `client-hyper` feature enabled. Add a feature enabling that, and enable it by default. Introducing this feature does not cause breakage, because aws-config did not previously compile with `default-features = false` and neither `rustls` nor `native-tls` enabled. * CHANGELOG.next.toml: Update for aws-config compilation fix * Fix doctest by adding feature gate Co-authored-by: Russell Cohen <[email protected]>
- Loading branch information
1 parent
c220b03
commit c6193bd
Showing
5 changed files
with
26 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters