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

File transfer between Two S3's

Hello,

Is there any way in Talend to transfer a file from one s3 to another s3 without copying the file to local machine?

Thanks in advance!

Best,
Raj.

Labels (2)
1 Reply
Anonymous
Not applicable
Author

We don't have a tS3Copy component or similar that would do it. You could use the AWS APIs directly though using our REST client:

  1. http://docs.aws.amazon.com/AmazonS3/latest/API/RESTObjectCOPY.html for objects < 5GB
  2. http://docs.aws.amazon.com/AmazonS3/latest/dev/CopyingObjctsUsingRESTMPUapi.html for large objects

 

HTH