1
0
mirror of https://github.com/minio/docs.git synced 2025-07-31 18:04:52 +03:00

DOCS-888: prefix exclusion of versioning prevents replication (#893)

Closes #888 

# Summary

- MinIO requires versioning for replication
- We support excluding prefixes/folders in buckets selectively
- This prevents replication within those prefixes/folders

Also included in this ticket

- Added an image to the site replication page
- Fixed a broken SVG
- Minor tweaking of site replication page.

---------

Co-authored-by: Daryl White <53910321+djwfyi@users.noreply.github.com>
This commit is contained in:
Ravind Kumar
2023-06-23 13:19:45 -04:00
committed by GitHub
parent c7a9477286
commit 7a01ca72e6
6 changed files with 61 additions and 22 deletions

View File

@ -30,6 +30,8 @@ MinIO relies on the immutability protections provided by :ref:`versioning <minio
Use :mc-cmd:`mc version info` to validate the versioning status of both the source and remote buckets.
Use the :mc-cmd:`mc version enable` command to enable versioning as necessary.
If you exclude a prefix or folder from versioning within the source bucket, MinIO cannot replicate objects within that folder or prefix.
.. end-replication-requires-versioning
.. start-replication-requires-object-locking