AWS Signature V4 in Omnis Studio
Signature Version 4 is the AWS signing protocol.
In AWS Signature Version 4, you don't use your secret access key to sign the request. Instead, you first use your secret access key to derive a signing key. The derived signing key is specific to the date, service, and Region.
Find out more about our implementation of AWS Signature V4 for Omnis Studio here.