Skip to content

RustFS 对象管理

对象(Object)是 RustFS 存储的基本单元,包含数据、元数据和唯一标识符(Object Key)。数据以对象的形式存储。本章节详细分享 RustFS 对象全生命周期管理的内容,内容包括:

Released under the Apache License 2.0.