Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for calculateSignatureV2 (0.19 sec)

  1. cmd/post-policy_test.go

    	// Only need the encoding.
    	encodedPolicy := base64.StdEncoding.EncodeToString(policy)
    
    	// Presign with V4 signature based on the policy.
    	signature := calculateSignatureV2(encodedPolicy, secretKey)
    
    	formData := map[string]string{
    		"AWSAccessKeyId":              accessKey,
    		"bucket":                      bucketName,
    		"key":                         objectName + "/${filename}",
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri Apr 19 16:45:54 GMT 2024
    - 29.6K bytes
    - Viewed (0)
Back to top