pub mod adapter; pub mod config; pub use adapter::ObjectStorageAdapter; pub use config::{StorageConfig, build_store};