minio/docs/debugging/reorder-disks
Harshavardhana aae6846413
feat: allow expiration of all versions via ILM Expiration action (#17521)
Following extension allows users to specify immediate purge of
all versions as soon as the latest version of this object has
expired.

```
<LifecycleConfiguration>
    <Rule>
        <ID>ClassADocRule</ID>
        <Filter>
           <Prefix>classA/</Prefix>
        </Filter>
        <Status>Enabled</Status>
        <Expiration>
             <Days>3650</Days>
	     <ExpiredObjectAllVersions>true</ExpiredObjectAllVersions>
        </Expiration>
    </Rule>
    ...
```
2023-06-28 22:12:28 -07:00
..
go.mod debug: new tool to reorder local erasure disks (#16816) 2023-03-15 13:53:17 -07:00
go.sum debug: new tool to reorder local erasure disks (#16816) 2023-03-15 13:53:17 -07:00
main.go feat: allow expiration of all versions via ILM Expiration action (#17521) 2023-06-28 22:12:28 -07:00