Object Storage
Definition
Object storage is a data storage architecture that manages data as objects rather than file hierarchies (NAS) or block addresses (SAN). Each object includes the data itself, metadata, and a unique identifier. Object storage excels at massive scale (exabytes), durability (11 nines), and HTTP/S3 API access. Leading platforms include Amazon S3, Azure Blob Storage, MinIO, and Ceph RADOS Gateway.
