Skip to content

Commit 71b42c3

Browse files
authored
Clarify the effect of a write operation on versioning (#1468)
All write operations, mutation or not, result in a new version of that object with a unique version ID.
1 parent 50dc114 commit 71b42c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/administration/object-management/object-versioning.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Write operations which would normally overwrite an existing object instead resul
2525
MinIO versioning protects from unintended overwrites and deletions while providing support for "undoing" a write operation.
2626
Bucket versioning is a prerequisite for configuring :ref:`object locking and retention rules <minio-object-locking>`.
2727

28-
For versioned buckets, a write operation that mutates an object results in a new version of that object with a unique version ID.
28+
For versioned buckets, a write operation results in a new version of that object with a unique version ID.
2929
MinIO marks the "latest" version of the object that clients retrieve by default.
3030
Clients can then explicitly choose to list, retrieve, or remove a specific object version.
3131

0 commit comments

Comments
 (0)