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

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Copy/Rename/Move Files on S3

Hello,
I would like to be able to copy/rename/move files from one bucket to another on S3 without having to do:
tS3Get --> tS3Put
I know that this is possible with S3 in general. There are methods that exist in python/java that allow you to modify the src_bucket, dest_bucket, and metadata associated with the S3 document. Just doesn't seem to be built into talends components.
Has anyone done this? If so, how? If not, do we know if this is a planned component in the future?
Cheers,
James Gilchrist
Labels (4)
5 Replies
Anonymous
Not applicable
Author

Hi,
I know that this is possible with S3 in general. There are methods that exist in python/java that allow you to modify the src_bucket, dest_bucket, and metadata associated with the S3 document. Just doesn't seem to be built into talends components.

You don't want to use tS3Get --> tS3Put to achieve that? What's your requirement? a management component for S3(such tS3BucketXXX )?
So far, we have supported for such S3 components in community version.
tS3BucketCreate
tS3BucketDelete
tS3BucketExist
tS3BucketList
tS3Close
tS3Connection
tS3Delete
tS3Get
tS3List
tS3Put
Best regards
Sabrina
Anonymous
Not applicable
Author

I want to move file when file processed. So How can I move files from one folder to another folder in S3 bucket via talend. by using tS3get i need to download into local and then use tput to place another directory and this will be time consuming. and by tS3delete, we can only delete only.
Anonymous
Not applicable
Author

Hi Adam,
if you know the powershel scripting, then you can do it using tSystem component in talend.
Vaibhav
Anonymous
Not applicable
Author

I want to move file when file processed. So How can I move files from one folder to another folder in S3 bucket via talend. by using tS3get i need to download into local and then use tput to place another directory and this will be time consuming. and by tS3delete, we can only delete only.

adam719, were you able to figure out a solution for this?  I would like to do the same thing.
Anonymous
Not applicable
Author

Hi Sanvaibha, Please explain me in detail, how to use tsystem & powershell scripting to achieve this functionality?, We don't want to bring the file to local, we want to move the file with in S3 across multiple locations ? Is this possible ? ~ Thanks for your help