Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Prakhar1
Creator III
Creator III

AWS connection using tSystem

Hi, 

I am trying to connect aws S3 using tSystem component in talend, can anyone help me with the process of how to connect it

Labels (3)
2 Replies
manodwhb
Champion II
Champion II

for example you need to copy file from some S3 location to S3

You need to you s3cp command.

-bash
-c
Aws s3cp s3locationfile s3location
Prakhar1
Creator III
Creator III
Author

getting error on TAC

 

java.io.IOException: Cannot run program "-bash": error=2, No such file or directory
at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048)