Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: minio/minio-go
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.0.79
Choose a base ref
...
head repository: minio/minio-go
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.0.80
Choose a head ref
  • 3 commits
  • 3 files changed
  • 3 contributors

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    13faa64 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. 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.
    dhananjaykrutika authored Oct 28, 2024
    Configuration menu
    Copy the full SHA
    22d521d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df2a8f5 View commit details
    Browse the repository at this point in the history
Loading