Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for matchesFilter (0.12 sec)

  1. cmd/batch-expire.go

    				continue
    			}
    
    			prevObj = result.Item
    			matchedFilter = match
    			versionsCount = 1
    			// Include the latest version
    			if matchedFilter.Purge.RetainVersions == 0 {
    				toDel = append(toDel, expireObjInfo{
    					ObjectInfo: result.Item,
    					ExpireAll:  true,
    				})
    				continue
    			}
    		} else if prevObj.Name == result.Item.Name {
    			if matchedFilter.Purge.RetainVersions == 0 {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Wed Sep 18 17:59:03 UTC 2024
    - 21.9K bytes
    - Viewed (0)
Back to top