Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for retainedEnough (0.05 sec)

  1. internal/bucket/lifecycle/lifecycle.go

    		// NoncurrentVersionExpiration
    		if !obj.IsLatest && rule.NoncurrentVersionExpiration.set {
    			var (
    				retainedEnough bool
    				oldEnough      bool
    			)
    			if rule.NoncurrentVersionExpiration.NewerNoncurrentVersions == 0 || remainingVersions >= rule.NoncurrentVersionExpiration.NewerNoncurrentVersions {
    				retainedEnough = true
    			}
    Registered: Sun Dec 28 19:28:13 UTC 2025
    - Last Modified: Thu Apr 03 06:45:06 UTC 2025
    - 18.2K bytes
    - Viewed (0)
Back to top