minio/docs/bucket
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
..
lifecycle feat: allow expiration of all versions via ILM Expiration action (#17521) 2023-06-28 22:12:28 -07:00
notifications remove gateway completely (#15929) 2022-10-24 17:44:15 -07:00
quota remove gateway completely (#15929) 2022-10-24 17:44:15 -07:00
replication fix: bug in passing Versioned field set for getHealReplicationInfo() (#17498) 2023-06-27 09:45:50 -07:00
retention Update links to documentation site (#15750) 2022-09-28 21:28:45 -07:00
versioning allow deletes on directory objects to perform permanent deletes (#17132) 2023-05-04 14:43:52 -07:00