1 2 3 4 5 6
pub mod adapters; #[allow(clippy::module_inception)] mod object_store; use super::Error; pub use object_store::ObjectStore;