1
0
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:
Daryl White
2024-03-18 13:08:59 -04:00
committed by GitHub
parent 909178a753
commit c29eb489f4
7 changed files with 276 additions and 15 deletions

View File

@ -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