-
Hi, I would like to inject my own http_connector to the s3 client/configuration, the reason is to enable socks5 and also CA root certs through rustls, I saw this example in your docs:
but this is not working, I can't find Please advise |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
What version of the SDK crates are you using? |
Beta Was this translation helpful? Give feedback.
-
Hello! Reopening this discussion to make it searchable. |
Beta Was this translation helpful? Give feedback.
The 0.57 release is going out to crates.io literally as we speak—
ConnectorSettings
will then be in its final home inaws_smithy_runtime_api::client::http::HttpConnectorSettings;
https://docs.rs/aws-smithy-runtime-api/latest/aws_smithy_runtime_api/client/http/struct.HttpConnectorSettings.html