Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
While using tS3Delete what are you putting in the "Key" field?
Hello
i have similar need. any possible solution? i need to delete file form subfolder on s3, without actually downloading the file.