aws-sdk-rust
aws-sdk-rust copied to clipboard
[request]: Support custom connectors for aws-config and generated services
Tell us about your request
support easily dropping in custom HTTPS and connector implementations
Tell us about the problem you're trying to solve.
- I want to be able to easily provide my own TLS implementation (eg. rustls with custom CA certs)
- 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 returnMaybeHttps
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