Skip to content

Instantly share code, notes, and snippets.

@virtualhobbit
Created July 13, 2020 17:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save virtualhobbit/9ae6f2de9ef34893b6346f40f96505d1 to your computer and use it in GitHub Desktop.
Save virtualhobbit/9ae6f2de9ef34893b6346f40f96505d1 to your computer and use it in GitHub Desktop.
// 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