Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aws-config: Fix compilation error with rustls and native-tls disabled #576

Closed

Commits on Jul 6, 2022

  1. aws-config: Fix compilation error with rustls and native-tls di…

    …sabled
    
    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.
    joshtriplett committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    7454327 View commit details
    Browse the repository at this point in the history