Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
EmmanuelTrejo
Contributor II
Contributor II

AWS S3 Job

Hi everyone,

I found how to work with files from AWS S3 without download those files and run other job. As you can see don't send the files to my PC but don't where the files are!! Finally I want to know how I can replace tFileList component for the AWS S3 component.

I hope any one can help me to fixed this trouble, I appreciate.

Regards.

0695b00000PL54PAAT.png

0695b00000PL56LAAT.png

0695b00000PL5BzAAL.png

Labels (3)
6 Replies
Anonymous
Not applicable

I'm sorry, it is not very clear what you are trying to do. Can you try explaining in a different way?

 

Anonymous
Not applicable

If i understand your question well, you want to read the files directly from S3, unfortunately, there is no S3 API for this.

 

Regards

Shong

 

EmmanuelTrejo
Contributor II
Contributor II
Author

Hi shong,

 

That's exatly I want to do, If I understand that is not possible yet?

 

Any other solution to do that?

 

Regards.

Anonymous
Not applicable

Download them, read them and delete them. Alternatively, you may be able to find some Java online to stream the data. But from what I have seen, this can be prone to issues if the the stream closes.

EmmanuelTrejo
Contributor II
Contributor II
Author

If I want to use get tigger "run if", how do I configure it the job is not executed until the S3 connection finishes executing

 

Regards

0695b00000PMmNHAA1.png

Anonymous
Not applicable

The S3 Connection should be created and run in a previous subjob.