Code-Memo

Object storage concepts

What is object storage?

Object storage stores data as objects in buckets (not as files on a traditional filesystem). Each object typically has:

Examples: S3-compatible APIs, MinIO, many cloud object stores.

Key differences vs block/file storage

Common concepts

Typical use cases