Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for policyCondStartsWith (0.07 sec)

  1. cmd/postpolicyform.go

    	http.CanonicalHeaderKey(xhttp.AmzChecksumSHA256): true,
    	http.CanonicalHeaderKey(xhttp.AmzChecksumMode):   true,
    }
    
    // Add policy conditionals.
    const (
    	policyCondEqual         = "eq"
    	policyCondStartsWith    = "starts-with"
    	policyCondContentLength = "content-length-range"
    )
    
    // toString - Safely convert interface to string without causing panic.
    func toString(val interface{}) string {
    	switch v := val.(type) {
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Sep 23 19:35:41 UTC 2024
    - 12.4K bytes
    - Viewed (0)
Back to top