Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for triggerExpiryAndRepl (0.07 sec)

  1. cmd/metacache-set.go

    		return true
    	}
    	if !o.InclDeleted && entry.isObject() && entry.isLatestDeletemarker() && !entry.isObjectDir() {
    		return true
    	}
    	if o.Lifecycle != nil || o.Replication.Config != nil {
    		return triggerExpiryAndRepl(ctx, *o, entry)
    	}
    	return false
    }
    
    // gatherResults will collect all results on the input channel and filter results according
    // to the options or to the current bucket ILM expiry rules.
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 30.7K bytes
    - Viewed (0)
Back to top