Object Storage

Object storage is a computer data storage architecture that manages data as objects, as opposed to other storage architectures like file storage which manages data as a file hierarchy, and block storage which manages data as blocks within sectors and tracks.

Note: "Object storage is an alternative to NAS for handling unstructured data. There is speculation that object storage gradually will overtake scale-out NAS, but it's also possible the two technologies will continue to survive side by side. Both storage methodologies deal with scale, only in different ways. Object storage surfaced as a new method for easily scalable storage in web-scale environments. It often encompasses unstructured data that is not easily compressible, particularly large video files."

Examples...


Block Storage (SAN / "Structured")

File Storage (NAS / "Unstructured")

Object Storage ("Unstructured")

Object Storage examples: AWS S3, Azure Blob, Google Storage, Wasabi, MinIO