- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for applyExpiryRule (0.17 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
cmd/data-scanner.go
remainingVersions = 0 applyExpiryRule(event, lcEventSrc_Scanner, oi) break eventLoop case lifecycle.DeleteAction, lifecycle.DeleteRestoredAction, lifecycle.DeleteRestoredVersionAction: if !vc.PrefixEnabled(i.objectPath()) && event.Action == lifecycle.DeleteAction { remainingVersions-- size = 0 } applyExpiryRule(event, lcEventSrc_Scanner, oi)
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 45.5K bytes - Click Count (0) -
cmd/object-handlers.go
return } event := evalActionFromLifecycle(ctx, *lc, rcfg, replcfg, objInfo) if event.Action.Delete() { // apply whatever the expiry rule is. applyExpiryRule(event, lcEventSrc_s3GetObject, objInfo) if !event.Action.DeleteRestored() { // If the ILM action is not on restored object return error. writeErrorResponse(ctx, w, errorCodes.ToAPIErr(ErrNoSuchKey), r.URL)
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 120.6K bytes - Click Count (0)