tustvold commented on code in PR #7203:
URL: https://github.com/apache/arrow-rs/pull/7203#discussion_r1972510100
##########
object_store/src/client/mod.rs:
##########
@@ -195,8 +198,10 @@ impl FromStr for ClientConfigKey {
/// This is used to configure the client to trust a specific certificate. See
/// [Self::from_pem] for an example
#[derive(Debug, Clone)]
+#[cfg(feature = "reqwest")]
Review Comment:
This is the only remaining place where reqwest leaks into the public API
--
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]