Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getMD5HashBase64 (0.15 sec)

  1. cmd/test-utils_test.go

    func getCredentialString(accessKeyID, location string, t time.Time) string {
    	return accessKeyID + SlashSeparator + getScope(t, location)
    }
    
    // getMD5HashBase64 returns MD5 hash in base64 encoding of given data.
    func getMD5HashBase64(data []byte) string {
    	return base64.StdEncoding.EncodeToString(getMD5Sum(data))
    }
    
    // Returns new HTTP request object.
    Go
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri May 03 17:26:51 GMT 2024
    - 76.2K bytes
    - Viewed (0)
Back to top