Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for postPolicyIgnoreKeys (0.21 sec)

  1. cmd/postpolicyform.go

    	"$redirect":                true,
    	"$success_action_status":   true,
    	"$x-amz-algorithm":         false,
    	"$x-amz-credential":        false,
    	"$x-amz-date":              false,
    }
    
    var postPolicyIgnoreKeys = map[string]bool{
    	"Policy":              true,
    	xhttp.AmzSignature:    true,
    	xhttp.ContentEncoding: true,
    	http.CanonicalHeaderKey(xhttp.AmzChecksumAlgo):   true,
    Go
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Fri Apr 19 16:45:54 GMT 2024
    - 12.2K bytes
    - Viewed (0)
Back to top