mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
add some description of xl.meta (#9901)
This commit is contained in:
@@ -30,8 +30,8 @@ To permanently delete an object you need to specify the version you want to dele
|
||||
|
||||

|
||||
|
||||
## Features
|
||||
- All Buckets on MinIO are always in one of the following states: unversioned (the default), versioning-enabled, or versioning-suspended.
|
||||
## Concepts
|
||||
- All Buckets on MinIO are always in one of the following states: unversioned (the default) and all other existing deployments, versioning-enabled, or versioning-suspended.
|
||||
- Versioning state applies to all of the objects in the versioning enabled bucket. The first time you enable a bucket for versioning, objects in the bucket are thereafter always versioned and given a unique version ID.
|
||||
- Existing or newer buckets can be created with versioning enabled and eventually can be suspended as well. Existing versions of objects stay as is and can still be accessed using the version ID.
|
||||
- All versions, including delete-markers should be deleted before deleting a bucket.
|
||||
|
||||
Reference in New Issue
Block a user