Skip to content

Commit

Permalink
Don't gate multipart behind feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
tustvold committed Oct 25, 2023
1 parent 1718b14 commit 9e5dc19
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion object_store/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ pub use client::{
#[cfg(feature = "cloud")]
mod config;

#[cfg(feature = "cloud")]
pub mod multipart;
mod parse;
mod util;
Expand Down

0 comments on commit 9e5dc19

Please sign in to comment.