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: 
Ganshyam
Creator II
Creator II

move or copy file from unix to aws s3 bucket

Hi ,

How to

move or copy file from unix to aws s3 bucket using using AWS CLI in talend?

Please provide valuable input as the requirement is critical.

Regards

Labels (3)
3 Replies
Anonymous
Not applicable

Hello,

You can use tSystem component to run AWS CLI and choose "Use Array Command" if space characters have to be used in your command.

Best regards

Sabrina

Ganshyam
Creator II
Creator II
Author

@Xiaodi Shi​ 

 

Sorry for missing the keyword "WITHOUT" ,

 

move or copy file from unix to aws s3 bucket WITHOUT using AWS CLI in talend?

 

Regards

Ganshyam

Anonymous
Not applicable

Hello,

You have to save your files from unix server to local machine(FTP remote server, tFTPGet component) firstly and then put all the files into aws s3 bucket via tS3Put component.

Best regards

Sabrina