Add doNotEncodePath to aws4 plugin

This commit is contained in:
Gregory Schier
2025-11-27 13:29:59 -08:00
parent 8d1b17cac1
commit 13c84e3fb6

View File

@@ -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,