Comment on Garage - S3-compatible Object Storage alternative to Minio
dgdft@lemmy.world 6 days agoObject storage is indeed a specialized filesystem in a trenchcoat.
Object storage is typically (but not always) associated with non-hierarchical key-value lookups, as opposed to the directory tree pattern most file systems use. Object storage systems are also typically (but not always) designed with sharding and distribution in mind.