Hacker News new | ask | show | jobs
by paulddraper 836 days ago
Yeah, I'm really worried the author is confusing OOP with an object store.

To quote GCP:

> Object storage is a data storage architecture for storing unstructured data, which sections data into units—objects—and stores them in a structurally flat data environment

> https://cloud.google.com/learn/what-is-object-storage

That is (1) unstructured (2) flat organization (3) whole-item operations (read, write)