Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for STANDARD (0.13 sec)

  1. cmd/batch-expire.go

    			}
    			if !match {
    				return false
    			}
    		}
    
    	}
    	if len(ef.Metadata) > 0 && !obj.DeleteMarker {
    		for _, kv := range ef.Metadata {
    			// Object (version) must match all x-amz-meta and
    			// standard metadata headers
    			// specified in the filter
    			var match bool
    			for k, v := range obj.UserDefined {
    				if !stringsHasPrefixFold(k, "x-amz-meta-") && !isStandardHeader(k) {
    					continue
    				}
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 04 12:04:40 GMT 2024
    - 21K bytes
    - Viewed (1)
Back to top