Skip to main content
Announcements
A fresh, new look for the Data Integration & Quality forums and navigation! Read more about what's changed.
cancel
Showing results for 
Search instead for 
Did you mean: 
Ganshyam
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
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