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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

how to delete AWS s3 folder from talend

Hi, Have 1 requirement in which I need to delete subfolder of the folder in AWS S3.

For example

 

s3/buckets/bucket_name/folder_1/folder_2/folder_3/multiple_files.

I want to delete folder_3. How Can I achieve it?

I have tried to use ts3delete component, But it only delete particular file of folder_3 

 

Labels (4)
2 Replies
Anonymous
Not applicable
Author

While using tS3Delete what are you putting in the "Key" field?

Anonymous
Not applicable
Author

Hello 

 

i have similar need. any possible solution? i need to delete file form subfolder on s3, without actually downloading the file.