mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-08-15 16:12:05 +02:00
fix: AWS4 authentication method didn't sign request body (#430)
Co-authored-by: Gregory Schier <gschier1990@gmail.com>
This commit is contained in:
co-authored by
Gregory Schier
parent
2383f06e71
commit
68671377fd
@@ -65,6 +65,7 @@ export const plugin: PluginDefinition = {
|
||||
service: String(values.service || "sts"),
|
||||
region: values.region ? String(values.region) : undefined,
|
||||
headers,
|
||||
body: args.body ?? undefined,
|
||||
doNotEncodePath: true,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user