1 2 3 4 5 6 7 8 9 10 11
#[cfg(feature = "s3")] pub mod s3; #[cfg(feature = "gcs")] pub mod gcs; #[cfg(feature = "azure")] pub mod azure; #[cfg(feature = "local")] pub mod local;