mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 20:00:29 +01: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,
|
||||
body: values.body ? String(values.body) : undefined,
|
||||
headers,
|
||||
doNotEncodePath: true,
|
||||
},
|
||||
{
|
||||
accessKeyId,
|
||||
|
||||
Reference in New Issue
Block a user