Presenter mode
Object vs block vs file
Step 1 / 4
The application issues an object put/get via the HTTP/API surface (Amazon S3 storage-classes product docs). This is an opaque blob contract — not a mounted disk.
Step 1 / 3
A VM attaches a block volume as a disk (Amazon EBS product docs). Failure domains differ from object put/get — the guest sees a block device.
Step 1 / 4
Placement control spreads durable copies or shards. GFS-era designs emphasize chunk replication; Dynamo publishes configurable N — separate eras and systems.