//! S3-compatible HTTP API //! //! Provides HTTP/REST endpoints compatible with AWS S3 API. mod router; mod xml; pub use router::{create_router, create_router_with_state};