Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi folks,
I need help for following questions:
Use Case: Calculate aws siganture version 4 (with the AWS4Signer-java-class) and create authentication header. Use this auth header afterwards by executing POST-API-request.
Specs: I am using Talend Studio Version 8.0.1 (Data Integration Perspective)
Nice to know: I also tried to compute aws signature by default talend-java-classes (so, without installing external jars) but calculation of sigature seems to be incomplete according API-Response.
I'm happy about every tip and solution suggestion. Thanks!
Hi
You have two ways to load additional JAR files,
Regards
Shong
-
Hi shong, thanks for reply!
Locally on talend Studio I could use external JAR files by using tLibaryLoad.
After publishing into talend cloud I faced other errors (" Exception in thread "main" java.lang.Error: Unresolved compilation problems:"). I did some research and ended up with installing nexus first.