-
Notifications
You must be signed in to change notification settings - Fork 649
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for AllVersionsExpiration ilm rule (#2014)
This is a minio-only rule for removing all versions of an object upon expiration. The rule takes two parameters: Days and DeleteMarker. "Days" indicates the number of days after which the object and all its versions must be expired. The optional "DeleteMarker" flag indicates that the expiration be applied if the latest version of this object is a delete marker.
- Loading branch information
1 parent
13faa64
commit 22d521d
Showing
2 changed files
with
120 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters