mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
fix: the versioning/object lock documentation appropriately (#9988)
- Move the bucket level features into `docs/bucket` directory - fix issue template and simplify some of them
This commit is contained in:
@@ -35,3 +35,4 @@ To permanently delete an object you need to specify the version you want to dele
|
||||
- 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.
|
||||
- **Versioning feature is only available in erasure coded and distributed erasure coded setups**.
|
||||
|
||||
Reference in New Issue
Block a user