Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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
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