RustFS Object Management
Objects are the basic units of RustFS storage, containing data, metadata, and unique identifiers (Object Key). Data is stored in the form of objects. This chapter details the content of RustFS object lifecycle management, including:
- Object Upload
- Object Deletion
- Object Versioning
- Object Locking
- Object Sharing
- Object Scanning