Scalable Object Storage System (S3-compatible)
Design a high-durability, exabyte-scale blob storage system similar to Amazon S3. The system must support basic CRUD operations for unstructured data while ensuring 11 9s of durability and strong consistency for read-after-write. Explain how you would manage massive amounts of metadata, optimize for storage costs at scale, and handle hardware failures or data corruption without service interruption.
NoSQLErasure CodingCassandraReed-SolomonLSM-treeRocksDBHMACRESTAES-256
01