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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

tS3 is not uploading file into S3 bucket from EC2 instance.

Hi All, 

We have compressed file in the EC2 instance. The same file needs to be uploaded into S3 bucket.  We have developed talend job in local and tested, it is working fine. Thereafter, we have built that code and put into EC2 instance and running. Every function/component of that job is working fine except tS3put component. Please do suggest on the same. 

Thanks & Regards

Hema KG

Labels (3)
7 Replies
manodwhb
Champion II
Champion II

@HemaKG,was it giving error? can you post your job design?

Anonymous
Not applicable
Author

@manodwhb I have attached the screen shot for your perusal.


tS3notloading archive file.PNG
manodwhb
Champion II
Champion II

@HemaKG,could you please explain about the issue?

Anonymous
Not applicable
Author

tS3Put componet is not loading the archived file from the archived directory to the S3 bucket.
manodwhb
Champion II
Champion II

@HemaKG,are you sure about the file name with path you should mention.please check the below link and verify the

Scenario: File exchanges with Amazon S3.

.

 

https://help.talend.com/reader/hm5FaPiiOP31nUYHph0JwQ/DY3HySu6wuG1kKeiRW3_uw

Anonymous
Not applicable
Author

@manodwhb

The path is correct, but the file name is dynamic and it will  be pulling the latest file to load into S3 bucket.

Anonymous
Not applicable
Author

Was this resolved?

If not it may be a case of EC2 not having privileges to reach out to S3 . You can check if you are able to use CLI commands from EC2 to S3 & that will tell you if its about access.