aws-sdk-rust icon indicating copy to clipboard operation
aws-sdk-rust copied to clipboard

[request]: Support custom connectors for aws-config and generated services

Open rcoh opened this issue 3 years ago • 0 comments

Tell us about your request

support easily dropping in custom HTTPS and connector implementations

Tell us about the problem you're trying to solve.

  1. I want to be able to easily provide my own TLS implementation (eg. rustls with custom CA certs)
  2. It should be straightforward to set this both for aws-config as well as services like aws-s3

Are you currently working around this issue?

  • I can set a DynConnector for aws-config but it doesn't obey timeouts
  • with_tcp_connector expects something that returns TcpStream as a response but that doesn't actually work with connectors from rustls which return MaybeHttps as the response.

Additional context

No response

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue, please leave a comment

rcoh avatar Dec 13 '21 15:12 rcoh