N8N-4134 Add AWS cred testing and http custom calls with credentials (#3924)

*  Add Aws testing and http custom api
This commit is contained in:
agobrech
2022-08-23 19:02:32 +02:00
committed by GitHub
parent a85d565ffc
commit 5285fc1de6
10 changed files with 196 additions and 231 deletions

View File

@@ -1423,7 +1423,6 @@ export async function requestWithAuthentication(
node,
additionalData.timezone,
);
return await proxyRequestToAxios(requestOptions as IDataObject);
} catch (error) {
try {