Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for AllVersionsExpiration ilm rule #2014

Merged
merged 2 commits into from
Oct 28, 2024

Commits on Oct 28, 2024

  1. Add support for AllVersionsExpiration ilm rule

    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.
    
    These specific changes in minio-go are for consumption by mc in a
    different PR.
    dhananjaykrutika committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    fbc0f57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    55f722b View commit details
    Browse the repository at this point in the history