1 2 3 4 5 6 7 8
#[cfg(feature = "s3")] pub mod s3_client; #[cfg(feature = "s3")] pub mod s3_client_config; #[cfg(feature = "s3")] #[cfg(test)] mod test;