1 2 3 4 5 6 7 8
//! Interfaces to AWS. mod auth; pub(crate) mod s3; mod signing; pub(crate) use auth::*; pub(crate) use signing::*;