From 13c84e3fb6256a69c2201a14c5f4bf2749e498e3 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Thu, 27 Nov 2025 13:29:59 -0800 Subject: [PATCH] Add doNotEncodePath to aws4 plugin --- plugins/auth-aws/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/auth-aws/src/index.ts b/plugins/auth-aws/src/index.ts index 045cca64..9a441e0b 100644 --- a/plugins/auth-aws/src/index.ts +++ b/plugins/auth-aws/src/index.ts @@ -66,6 +66,7 @@ export const plugin: PluginDefinition = { region: values.region ? String(values.region) : undefined, body: values.body ? String(values.body) : undefined, headers, + doNotEncodePath: true, }, { accessKeyId,