mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-25 02:08:28 +02:00
Add doNotEncodePath to aws4 plugin
This commit is contained in:
@@ -66,6 +66,7 @@ export const plugin: PluginDefinition = {
|
|||||||
region: values.region ? String(values.region) : undefined,
|
region: values.region ? String(values.region) : undefined,
|
||||||
body: values.body ? String(values.body) : undefined,
|
body: values.body ? String(values.body) : undefined,
|
||||||
headers,
|
headers,
|
||||||
|
doNotEncodePath: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
accessKeyId,
|
accessKeyId,
|
||||||
|
|||||||
Reference in New Issue
Block a user