//! Object storage abstraction. Local filesystem, S3, and S3-compatible
//! (MinIO) backends are equal citizens: splits and other artifacts only
//! ever go through the [`Storage`] trait.
pub use ;
pub use from_config;
pub use FsStorage;
pub use ;
pub use ;
pub use ReplicatedStorage;
pub use S3Storage;
pub use Storage;