//! Authentication module
//!
//! Implements AWS Signature V4 verification for both header-based
//! and presigned URL authentication. Includes support for aws-chunked
//! transfer encoding for streaming uploads.
//!
//! Also provides Attribute-Based Access Control (ABAC) for fine-grained
//! access policies based on time, IP address, and resource attributes.
pub use ;
pub use ;
pub use ;