Fix an issue with S3-Node

This commit is contained in:
Jan Oberhauser
2020-04-20 20:44:22 +02:00
parent aa949dd11f
commit fa8c7787a0
4 changed files with 40 additions and 33 deletions

View File

@@ -28,7 +28,7 @@ export async function awsApiRequest(this: IHookFunctions | IExecuteFunctions | I
uri: `https://${endpoint}${signOpts.path}`,
body: signOpts.body,
};
console.log('aja')
try {
return await this.helpers.request!(options);
} catch (error) {