We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebe7ee2 commit 165a7e7Copy full SHA for 165a7e7
mod.ts
@@ -78,6 +78,7 @@ export class AWSSignerV4 implements Signer {
78
79
const urlObj = new URL(request.url);
80
const { host, pathname, searchParams } = urlObj;
81
+ searchParams.sort();
82
const canonicalQuerystring = searchParams.toString();
83
84
const headers = new Headers(request.headers);
0 commit comments