Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. cmd/post-policy_test.go

    	retStr := "{"
    	retStr = retStr + expirationStr + ","
    	retStr += conditionStr
    	retStr += "}"
    
    	return []byte(retStr)
    }
    
    // newPostPolicyBytesV2 - creates a bare bones postpolicy string with key and bucket matches.
    func newPostPolicyBytesV2(bucketName, objectKey string, expiration time.Time) []byte {
    	// Add the expiration date.
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 30.6K bytes
    - Viewed (0)
Back to top