Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for retainedEnough (0.08 seconds)

  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
    			}
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Thu Apr 03 06:45:06 GMT 2025
    - 18.2K bytes
    - Click Count (0)
Back to Top