mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-07-10 06:42:52 +02:00
Oops, remove body too
This commit is contained in:
@@ -64,7 +64,6 @@ export const plugin: PluginDefinition = {
|
|||||||
path: url.pathname + (url.search || ''),
|
path: url.pathname + (url.search || ''),
|
||||||
service: String(values.service || 'sts'),
|
service: String(values.service || 'sts'),
|
||||||
region: values.region ? String(values.region) : undefined,
|
region: values.region ? String(values.region) : undefined,
|
||||||
body: values.body ? String(values.body) : undefined,
|
|
||||||
headers,
|
headers,
|
||||||
doNotEncodePath: true,
|
doNotEncodePath: true,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user