Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for and (0.2 sec)

  1. cmd/bucket-replication.go

    			return true
    		}
    	}
    	return false
    }
    
    // isStandardHeader returns true if header is a supported header and not a custom header
    func isStandardHeader(matchHeaderKey string) bool {
    	return equals(matchHeaderKey, standardHeaders...)
    }
    
    // returns whether object version is a deletemarker and if object qualifies for replication
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Wed May 01 01:09:56 GMT 2024
    - 112.2K bytes
    - Viewed (1)
Back to top