dnsco opened a new issue, #263: URL: https://github.com/apache/arrow-rs-object-store/issues/263
The http is meant to be utility types for http libraries to agree, reqwest re-exports the headers module, and these are in the public interface of object_store but AFAICT are not exported by the object_store crate. This creates an unclear situation for consumers, I wound up importing a library that depends on object_store, they depended on reqwest solely for these types, but didn't do the steps y'all did (thank you for that btw) to depend on rustls causing me to depend on both toolchains and creating a cross-compilation nightmare. I'd submit a PR, but I'm not exactly sure how y'all want to handle re-exports– having access to HeaderMap and HeaderValue at the very least would be very helpful to construct ClientOptions. Thanks! RE: https://github.com/lancedb/lance/pull/1189 https://github.com/lancedb/lance/pull/1188 -- 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: github-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org