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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

copy files between S3 folders in talend

Hi Everyone,

 

I have one S3 bucket that i am working on and different folders inside that S3 bucket.Let's say abc,cde,efg etc...

I want to move files from one S3 Folder to another.(abc--> cde)

Could someone know as to how to proceed with that.

I have tried too many options but nothing worked.

 

Regards,

Mohit

Labels (2)
1 Reply
vapukov
Master II
Master II

there is no build in component in Talend, but you can always use aws cli commandline tools

 

tSystem than mv
https://docs.aws.amazon.com/cli/latest/reference/s3/mv.html

 

https://docs.aws.amazon.com/cli/latest/userguide/installing.html