Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NumVersions (0.16 sec)

  1. cmd/data-scanner.go

    	)
    	defer func() {
    		if err != nil {
    			return
    		}
    
    		if lcEvent.Action != lifecycle.NoneAction {
    			numVersions := uint64(1)
    			if lcEvent.Action.DeleteAll() {
    				numVersions = uint64(obj.NumVersions)
    			}
    			globalScannerMetrics.timeILM(lcEvent.Action)(numVersions)
    		}
    	}()
    
    	dobj, err = objLayer.DeleteObject(ctx, obj.Bucket, encodeDirObject(obj.Name), opts)
    	if err != nil {
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri May 03 11:18:58 GMT 2024
    - 47.6K bytes
    - Viewed (0)
Back to top