mirror of
https://github.com/minio/minio.git
synced 2026-04-21 14:20:43 -04:00
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>
...
```
|
||
|---|---|---|
| .. | ||
| go.mod | ||
| go.sum | ||
| main.go | ||