add some description of xl.meta (#9901)

This commit is contained in:
Harshavardhana
2020-06-22 17:27:54 -07:00
committed by GitHub
parent 5b1e6c7dbc
commit 21058c34d0
4 changed files with 58 additions and 48 deletions

View File

@@ -30,8 +30,8 @@ To permanently delete an object you need to specify the version you want to dele
![delete_version_id](versioning_DELETE_versionEnabled_id.png)
## 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.