Derive the SigV4 signing key: HMAC(HMAC(HMAC(HMAC("AWS4" + secret, date), region), service), "aws4_request")
Uses TypedArrays to avoid creating temporary strings containing secrets in memory.
Derive the SigV4 signing key: HMAC(HMAC(HMAC(HMAC("AWS4" + secret, date), region), service), "aws4_request")
Uses TypedArrays to avoid creating temporary strings containing secrets in memory.