This is an automated email from the ASF dual-hosted git repository. mbrobbel pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/arrow-rs-object-store.git
The following commit(s) were added to refs/heads/main by this push: new e284d2c Prevent compilation error with all cloud features but fs turned on (#412) e284d2c is described below commit e284d2c2b6b3a43fbf63a32a9c7fefc13567d594 Author: Jesse Rusak <m...@jesserusak.com> AuthorDate: Thu Jul 3 04:49:51 2025 -0300 Prevent compilation error with all cloud features but fs turned on (#412) --- src/parse.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/parse.rs b/src/parse.rs index bee1f87..b1f653c 100644 --- a/src/parse.rs +++ b/src/parse.rs @@ -219,6 +219,7 @@ where builder_opts!(crate::http::HttpBuilder, url, _options) } #[cfg(not(all( + feature = "fs", feature = "aws", feature = "azure", feature = "gcp",