alamb commented on code in PR #707:
URL: 
https://github.com/apache/arrow-rs-object-store/pull/707#discussion_r3429558993


##########
Cargo.toml:
##########
@@ -84,29 +85,36 @@ futures-channel = {version = "0.3", features = ["sink"]}
 default = ["fs"]
 
 # Shared cloud/provider implementation dependencies.
-# This intentionally does NOT include reqwest.
-cloud-base = ["serde", "serde_json", "quick-xml", "hyper", "chrono/serde", 
"base64", "rand", "ring", "http-body-util", "form_urlencoded", 
"serde_urlencoded", "tokio"]
+# This intentionally does NOT include reqwest or a bundled crypto provider.
+cloud-base = ["serde", "serde_json", "quick-xml", "hyper", "chrono/serde", 
"base64", "rand", "http-body-util", "form_urlencoded", "serde_urlencoded", 
"tokio"]
 
 # Built-in reqwest-based HTTP transport.
 reqwest = ["dep:reqwest", "reqwest/stream"]
 
-# Provider base features.
-# These compile provider logic without forcing reqwest.
+# Bundled crypto providers.
+# Selecting one provides the default `CryptoProvider`; otherwise a custom
+# provider must be supplied at runtime.
+aws-lc-rs = ["dep:aws-lc-rs", "rustls-pki-types"]

Review Comment:
   If we do this, doesn't that mean that downstream crates could not use `fips` 
or `non-fipts` 🤔 



-- 
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]

Reply via email to