Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for keyInPolicyExceptions (1.34 sec)

  1. cmd/postpolicyform.go

    // that have an x-ignore- prefix) must appear in the list of conditions."
    // https://docs.aws.amazon.com/AmazonS3/latest/API/sigv4-HTTPPOSTConstructPolicy.html
    // keyInPolicyExceptions - list of keys that, when present in the form, can be missing in the conditions of the policy.
    var keyInPolicyExceptions = map[string]bool{
    	xhttp.AmzSignature: true,
    	"File":             true,
    	"Policy":           true,
    
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 12.1K bytes
    - Viewed (0)
Back to top