diff --git a/modules/sdk-hmac/src/hmacv4.ts b/modules/sdk-hmac/src/hmacv4.ts index ccde78c4e1..181f15c646 100644 --- a/modules/sdk-hmac/src/hmacv4.ts +++ b/modules/sdk-hmac/src/hmacv4.ts @@ -175,10 +175,10 @@ export function calculateV4RequestHmac({ * }); * * // Use headers to set: - * // - Auth-Timestamp: headers.timestampSec - * // - HMAC: headers.hmac - * // - X-Body-Hash: headers.bodyHashHex - * // - X-Request-Id: headers.authRequestId + * // - X-Request-Timestamp: headers.timestampSec + * // - X-Signature: headers.hmac + * // - X-Content-SHA256: headers.bodyHashHex + * // - X-Auth-Request-Id: headers.authRequestId * ``` */ export function calculateV4RequestHeaders({