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,