We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d8ede6 + e063cbf commit a4f8473Copy full SHA for a4f8473
modules/sdk-hmac/src/hmacv4.ts
@@ -175,10 +175,10 @@ export function calculateV4RequestHmac({
175
* });
176
*
177
* // Use headers to set:
178
- * // - Auth-Timestamp: headers.timestampSec
179
- * // - HMAC: headers.hmac
180
- * // - X-Body-Hash: headers.bodyHashHex
181
- * // - 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
182
* ```
183
*/
184
export function calculateV4RequestHeaders({
0 commit comments