What type of storage structure does object storage employ to maintain files?
What type of storage structure does object storage employ to maintain files?
Object storage uses a flat file system to hold storage objects. It assigns files a key value that is used to access them, instead of relying on directories or descriptive filenames. Other storage structures like tree, directory, and hierarchical are associated with volume storage, while object storage maintains a flat structure with key values.
D. Flat
Object storage uses a flat structure where each file is stored as an individual object, accompanied by metadata and a unique identifier. This design contrasts with hierarchical file systems that use directories and subdirectories to organize files.