What is the difference between a "distributed object storage" and a file system?
It’s an S3 api compatible object store that supports distributed storage across different servers. Object store = store blobs of bytes. Usually by bucket + key accessible over HTTP. No POSIX expectation. Distributed = works spread across multiple servers in different locations.
Files
by bucket
Directories
key accessible
File names
over HTTP
Web server