Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for applyLifecycleAction (0.1 sec)

  1. cmd/data-scanner.go

    		size = 0
    	case lifecycle.DeleteAction:
    		// On a non-versioned bucket, DeleteObject removes the only version permanently.
    		if !vc.PrefixEnabled(oi.Name) {
    			size = 0
    		}
    	}
    
    	applyLifecycleAction(lcEvt, lcEventSrc_Scanner, oi)
    	return lcEvt.Action, size
    }
    
    // applyNewerNoncurrentVersionLimit removes noncurrent versions older than the most recent NewerNoncurrentVersions configured.
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Oct 22 21:10:34 UTC 2024
    - 48.4K bytes
    - Viewed (0)
Back to top