Skip to content

Instantly share code, notes, and snippets.

@virtualhobbit
Created July 13, 2020 17:05
Embed
What would you like to do?
// 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