//! AWS S3 backend implementation.
//!
//! This backend is optimized for object-storage persistence workloads:
//! CRUD, versioning/history, and bulk operations. It is intentionally not a
//! general-purpose FHIR search/query engine.
pub use S3Backend;
pub use ;
pub use ;
pub use ;