How are storage objects created from a file in the object storage cloud?

I define objects divided into files that will be stored in the object storage cloud as storage objects.

What I know: I read documents and documents about the cloud storage facilities. In most cases, the documents assume that the storage objects from the file (for storage) are already created, and the rest of the storage process is mainly explained. A storage object is a container with some fixed-size data with a numerical identifier and some metadata.

what i would like to know:

  • How are actually created storage objects created?
  • What is the process of splitting a file into multiple storage objects?
  • What metadata and minimum metadata are stored next to each object?
  • What โ€œkeyโ€ (retrieved) is required for the subsequent retrieval of this storage object?
  • Where is this "key" stored? - (best if they respond in the context of Ceph object storage technology)
+5
source share

All Articles