Update util.ts

This commit is contained in:
Daniel Hougaard
2024-09-23 23:35:05 +04:00
parent bf9f20f692
commit 59585446bc

View File

@@ -47,6 +47,10 @@ export const performAwsIamLogin = async (baseUrl: string, identityId: string, re
}); });
}); });
AWS.config.update({
region
});
console.log("creds", creds); console.log("creds", creds);
const signOpts = aws4.sign( const signOpts = aws4.sign(