// Define the authentication header string | |
attAuthString = 'AWS4-HMAC-SHA256 Credential=' + attAccessKey + '/' + attAmzAuthDate + '/' + attRegion + '/' + attService + '/aws4_request, SignedHeaders=' + attSignedHeaders + ', Signature=' + attSignature; | |
System.log("Auth string is: " + attAuthString); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment