//! Storage feature - cloud storage integration for S3, DigitalOcean, Hetzner, MinIO.
//!
//! # Structure
//! - `mod.rs` - Feature-facing re-exports for storage operations
//!
//! # Usage
//! The application integrates with multiple cloud storage backends
//! (implementation in `src/api/storage/`).
//!
//! # Supported Backends
//! - S3 compatible storage (AWS, MinIO, Digital Ocean Spaces)
//! - Hetzner storage
//! - And other cloud providers
// Re-export storage submodules; implementation is in src/api/storage/
pub use crate;