kevinjqliu commented on code in PR #764: URL: https://github.com/apache/arrow-rs-object-store/pull/764#discussion_r3431343951
########## src/lib.rs: ########## @@ -607,6 +607,12 @@ //! If you wish to use [`ring`] (e.g. to support WASM targets), use the //! `*-base` feature flags, e.g. `aws-base`, and then enable the `ring` feature. //! +//! When enabling the `aws-lc-rs` feature without the built-in `reqwest` +//! transport (e.g. `aws-base` + `aws-lc-rs` with a custom [`HttpConnector`]), +//! you must also select an [`aws-lc-rs`] backend, as `object_store` does not +//! pick one for you. For example enable `aws-lc-rs/aws-lc-sys` (or `fips` / +//! `non-fips`). Review Comment: ```suggestion //! pick one for you. //! For example enable `aws-lc-rs/aws-lc-sys` (or `fips` / `non-fips`). ``` linter (i think this should work) -- 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]
