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

Aggregate information on deleting objects (#1218)

Creates a new object management page to aggregate information on
deleting objects.
Links to the page from other docs throughout.

Intentionally leaves most delete information where it is in existing
docs.
    
Closes #741
This commit is contained in:
Daryl White
2024-05-17 16:28:45 -04:00
committed by GitHub
parent 1933043f7e
commit 9374fb56e4
18 changed files with 211 additions and 25 deletions

View File

@ -74,7 +74,7 @@ Click to expand any of the following:
MinIO supports customizing the replication configuration to enable or disable the following replication behaviors:
- Replication of delete operations
- Replication of :ref:`delete operations <minio-object-delete>`
- Replication of delete markers
- Replication of existing objects
- Replication of metadata-only changes
@ -92,7 +92,7 @@ Click to expand any of the following:
.. dropdown:: Replication of Delete Operations
:icon: fold-down
MinIO supports replicating delete operations onto the target bucket.
MinIO supports replicating :ref:`delete operations <minio-object-delete>` onto the target bucket.
Specifically, MinIO can replicate versioning :s3-docs:`Delete Markers <versioning-workflows.html>` and the deletion of specific versioned objects:
- For delete operations on an object, MinIO replication also creates the delete marker on the target bucket.

View File

@ -66,7 +66,7 @@ Click to expand any of the following:
MinIO does *not* replicate delete operations resulting from the application of :ref:`lifecycle management expiration rules <minio-lifecycle-management-expiration>`.
See :ref:`minio-replication-behavior-delete` for more complete documentation.
See :ref:`minio-replication-behavior-delete` and :ref:`minio-object-delete` for more complete documentation.
.. dropdown:: Multi-Site Replication
:icon: fold-down

View File

@ -66,7 +66,7 @@ Considerations
MinIO supports customizing the replication configuration to enable or disable the following replication behaviors:
- Replication of delete operations
- Replication of :ref:`delete operations <minio-object-delete>`
- Replication of delete markers
- Replication of existing objects
- Replication of metadata-only changes
@ -97,7 +97,7 @@ Considerations
MinIO does *not* replicate delete operations resulting from the application of :ref:`lifecycle management expiration rules <minio-lifecycle-management-expiration>`.
Configure matching expiration rules on both the source and destination bucket to ensure consistent application of object expiration.
See :ref:`minio-replication-behavior-delete` for more complete documentation.
See :ref:`minio-replication-behavior-delete` and :ref:`minio-object-delete` for more complete documentation.
.. dropdown:: Multi-Site Replication
:icon: fold-down