minio/docs/bucket
Krishnan Parthasarathi 3da9ee15d3
Add MaxNoncurrentVersions to NoncurrentExpiration action (#13580)
This unit allows users to limit the maximum number of noncurrent 
versions of an object.

To enable this rule you need the following *ilm.json*
```
cat >> ilm.json <<EOF
{
    "Rules": [
        {
            "ID": "test-max-noncurrent",
            "Status": "Enabled",
            "Filter": {
                "Prefix": "user-uploads/"
            },
            "NoncurrentVersionExpiration": {
                "MaxNoncurrentVersions": 5
            }
        }
    ]
}
EOF
mc ilm import myminio/mybucket < ilm.json
```
2021-11-19 17:54:10 -08:00
..
lifecycle Add MaxNoncurrentVersions to NoncurrentExpiration action (#13580) 2021-11-19 17:54:10 -08:00
notifications Add headers into AMQP notifications (#12911) 2021-08-11 22:24:19 -07:00
quota fix docs image urls to be absolute path 2020-07-11 00:27:30 -07:00
replication add multi-site replication tests (#13631) 2021-11-10 18:18:09 -08:00
retention fix: docs typo in object lock docs (#11181) 2020-12-29 16:14:10 -08:00
versioning Add documentation for debugging tools (#13484) 2021-10-20 10:12:46 -07:00