mirror of
https://github.com/minio/docs.git
synced 2025-07-30 07:03:26 +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:
@ -130,7 +130,7 @@ Parameters
|
||||
|
||||
- :mc-cmd:`~mc ilm add --expire-delete-marker`
|
||||
|
||||
For more complete documentation on object expiration, see :ref:`minio-lifecycle-management-expiration`.
|
||||
For more complete documentation on object expiration, see :ref:`minio-lifecycle-management-expiration` and :ref:`minio-object-delete`.
|
||||
|
||||
.. mc-cmd:: --expire-delete-marker
|
||||
:optional:
|
||||
@ -147,8 +147,7 @@ Parameters
|
||||
Slow scanning due to high IO workloads or limited system resources may delay application of lifecycle management rules.
|
||||
See :ref:`minio-lifecycle-management-scanner` for more information.
|
||||
|
||||
For more complete documentation on object expiration, see
|
||||
:ref:`minio-lifecycle-management-expiration`.
|
||||
For more complete documentation on object expiration, see :ref:`minio-lifecycle-management-expiration` and :ref:`minio-object-delete`.
|
||||
|
||||
.. mc-cmd:: --transition-days
|
||||
:optional:
|
||||
|
@ -146,6 +146,8 @@ Parameters
|
||||
|
||||
- :mc-cmd:`~mc ilm edit --expired-object-delete-marker`
|
||||
|
||||
See :ref:`minio-object-delete` for more information.
|
||||
|
||||
.. mc-cmd:: --expired-object-delete-marker
|
||||
:optional:
|
||||
|
||||
@ -161,7 +163,7 @@ Parameters
|
||||
MinIO uses a :ref:`scanner process <minio-concepts-scanner>` to check objects against all configured
|
||||
lifecycle management rules. Slow scanning due to high IO workloads or
|
||||
limited system resources may delay application of lifecycle management
|
||||
rules. See :ref:`minio-lifecycle-management-scanner` for more information.
|
||||
rules. See :ref:`minio-lifecycle-management-scanner` and :ref:`minio-object-delete` for more information.
|
||||
|
||||
.. mc-cmd:: --noncurrentversion-expiration-days
|
||||
:optional:
|
||||
|
@ -144,7 +144,7 @@ Parameters
|
||||
|
||||
- :mc-cmd:`~mc ilm rule add --expire-delete-marker`
|
||||
|
||||
For more complete documentation on object expiration, see :ref:`minio-lifecycle-management-expiration`.
|
||||
For more complete documentation on object expiration, see :ref:`minio-lifecycle-management-expiration` and :ref:`minio-object-delete`.
|
||||
|
||||
.. mc-cmd:: --expire-delete-marker
|
||||
:optional:
|
||||
@ -161,8 +161,7 @@ Parameters
|
||||
Slow scanning due to high IO workloads or limited system resources may delay application of lifecycle management rules.
|
||||
See :ref:`minio-lifecycle-management-scanner` for more information.
|
||||
|
||||
For more complete documentation on object expiration, see
|
||||
:ref:`minio-lifecycle-management-expiration`.
|
||||
For more complete documentation on object expiration, see :ref:`minio-lifecycle-management-expiration` and :ref:`minio-object-delete`.
|
||||
|
||||
.. mc-cmd:: --transition-days
|
||||
:optional:
|
||||
|
@ -162,7 +162,7 @@ Parameters
|
||||
MinIO uses a :ref:`scanner process <minio-concepts-scanner>` to check objects against all configured
|
||||
lifecycle management rules. Slow scanning due to high IO workloads or
|
||||
limited system resources may delay application of lifecycle management
|
||||
rules. See :ref:`minio-lifecycle-management-scanner` for more information.
|
||||
rules. See :ref:`minio-lifecycle-management-scanner` and :ref:`minio-object-delete` for more information.
|
||||
|
||||
.. mc-cmd:: --noncurrent-expire-days
|
||||
:optional:
|
||||
|
@ -252,7 +252,7 @@ Parameters
|
||||
|
||||
Specify a comma-separated list of the following values to enable extended replication features.
|
||||
|
||||
- ``delete`` - Directs MinIO to replicate DELETE operations to the destination bucket.
|
||||
- ``delete`` - Directs MinIO to replicate :ref:`DELETE operations <minio-object-delete>` to the destination bucket.
|
||||
|
||||
- ``delete-marker`` - Directs MinIO to replicate delete markers to the destination bucket.
|
||||
|
||||
|
@ -232,7 +232,7 @@ Parameters
|
||||
|
||||
Specify a comma-separated list of the following values to enable extended replication features:
|
||||
|
||||
- ``delete`` - Directs MinIO to replicate DELETE operations to the destination bucket.
|
||||
- ``delete`` - Directs MinIO to replicate :ref:`DELETE operations <minio-object-delete>` to the destination bucket.
|
||||
|
||||
- ``delete-marker`` - Directs MinIO to replicate delete markers to the destination bucket.
|
||||
|
||||
|
@ -21,7 +21,7 @@ Syntax
|
||||
|
||||
.. start-mc-rm-desc
|
||||
|
||||
The :mc:`mc rm` command removes objects from a bucket on a MinIO deployment.
|
||||
The :mc:`mc rm` command :ref:`removes objects <minio-object-delete>` from a bucket on a MinIO deployment.
|
||||
To completely remove a bucket, use :mc:`mc rb` instead.
|
||||
|
||||
.. end-mc-rm-desc
|
||||
@ -29,6 +29,8 @@ To completely remove a bucket, use :mc:`mc rb` instead.
|
||||
You can also use :mc:`mc rm` against the local filesystem to produce similar
|
||||
results to the ``rm`` commandline tool.
|
||||
|
||||
For more information on how MinIO performs ``DELETE`` actions on objects, see :ref:`minio-object-delete`.
|
||||
|
||||
.. important::
|
||||
|
||||
:mc:`mc rm` supports removing multiple objects *or* files in a single
|
||||
|
Reference in New Issue
Block a user