Overview

Unlike file systems that use a hierarchy, object storage uses a flat structure. Each object includes the data itself, a variable amount of metadata, and a unique identifier.

Benefits

  • Scalability: Can store petabytes of data easily.
  • Accessibility: Data is typically accessed via simple HTTP APIs.

Examples

  • Amazon S3
  • Google Cloud Storage

Related Terms