mirror of
https://github.com/minio/docs.git
synced 2025-07-31 18:04:52 +03:00
Updates for two mc releases (#1160)
Adds updates for mc RELEASE.2024-02-24T01-33-20Z - New `mc put` command - New `mc get` command - New `--expire-all-object-versions` flag for the `mc ilm rule add` command - Adds info to the expiration of objects in versioned buckets on the Object Lifecycle Management page Closes #1140 Adds updates for mc release RELEASE.2024-01-28T16-23-14Z - adds --skip-errors flag to mc mirror - updates the mc admin service commands Closes #1120
This commit is contained in:
@ -119,6 +119,9 @@ MinIO has two specific default behaviors for versioned buckets:
|
||||
|
||||
To expire delete markers when there are no remaining versions for that object, specify the :mc-cmd:`~mc ilm rule add --expire-delete-marker` option when creating the expiration rule.
|
||||
|
||||
- To expire *all* versions of an object after a specified period of days, use the :mc-cmd:`~mc ilm rule add --expire-all-object-versions` flag with the :mc-cmd:`~mc ilm rule add --expire-days` flag.
|
||||
This permits the permanent deletion of the object after the specified number of days pass.
|
||||
|
||||
.. _minio-lifecycle-management-scanner:
|
||||
|
||||
Lifecycle Management Object Scanner
|
||||
|
Reference in New Issue
Block a user