Skip to content

Commit 3970e8a

Browse files
committed
Ensure SignatureV4 sorts query parameters by their URL-encoded names before canonicalization, so array-style keys like param[10] no longer disrupt the canonical order and break signature validation.
1 parent 81d00e4 commit 3970e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.changes/nextrelease/fix-signature-ordering.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
"category": "Signature",
55
"description": "Ensure SignatureV4 sorts query parameters by their URL-encoded names before canonicalization, so array-style keys like param[10] no longer disrupt the canonical order and break signature validation."
66
}
7-
]
7+
]

0 commit comments

Comments
 (0)