Oops, remove body too

This commit is contained in:
Gregory Schier
2025-11-27 13:31:16 -08:00
parent 13c84e3fb6
commit b512365f5a

View File

@@ -64,7 +64,6 @@ export const plugin: PluginDefinition = {
path: url.pathname + (url.search || ''),
service: String(values.service || 'sts'),
region: values.region ? String(values.region) : undefined,
body: values.body ? String(values.body) : undefined,
headers,
doNotEncodePath: true,
},