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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
TalendUsr
Contributor
Contributor

Copy Files from one S3 becket folder to Another

Please provide an example how I can copy multiple files from one s3 bucket folder to another bucket folder .Also how can I create a wildcard for different types of files in source bucket

Labels (6)
1 Solution

Accepted Solutions
Anonymous
Not applicable

Hi

You can use tS3List to list all of the files in the source bucket and then iterate and copy the file one by one to another bucket, the job looks like:

tS3list--iterate--tS3Copy.

 

Regards

Shong

View solution in original post

1 Reply
Anonymous
Not applicable

Hi

You can use tS3List to list all of the files in the source bucket and then iterate and copy the file one by one to another bucket, the job looks like:

tS3list--iterate--tS3Copy.

 

Regards

Shong