AdamGS commented on PR #608:
URL:
https://github.com/apache/arrow-rs-object-store/pull/608#issuecomment-3756359919
The way the provider is chosen is:
```rust
let provider = rustls::crypto::CryptoProvider::get_default()
.map(|arc| arc.clone())
.unwrap_or_else(default_rustls_crypto_provider);
```
So it seems like it won't be possible to really override reqwest's crypto
provider using a builder-like pattern (I assume its not externally exposed
intentionally)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]