- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for RetainUntilDate (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
internal/bucket/lifecycle/evaluator.go
t, err := objlock.UTCNowNTP() if err != nil { // it is safe to assume that the object is locked when // we can't get the current time return true } if ret.RetainUntilDate.After(t) { return true } } return false } // eval will return a lifecycle event for each object in objs for a given time. func (e *Evaluator) eval(objs []ObjectOpts, now time.Time) []Event {
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Apr 08 15:41:24 GMT 2025 - 4.6K bytes - Click Count (0)