Hi I have a requirement of deleting a S3 bucket but that bucket is not empty.So how i can delete that bucket by iteratively deleting object under this bucket using tS3Delete component and then deleting the bucket using tS3BucketDelete. With Regards Sanjay BD
Hi
I got the solution.I did same as explained by xdshi and in tS3Delete component i provided key name using global variable and it works like charm.It first deleted file and then deleted bucket.
Thanks to all of you.
With Regards
Sanjay BD
Hi sanvaibhav Thanks for your reply,I have already gone through it,done what you have specified but it doesn't help as you can't connect tS3Delete from tIterateToFlow as a main component,so i tried to connect it through "on component ok",but it didn't help me.I want to delete each file in a folder along with folder(if any) dynamically.How i should pass file name coming through iterate to tS3Delete so as it delete each file one by one.How i use global variable in that case.
Hi xdshi
I have tried that but no success.I have explained in my previous post what i followed.Please go through it again and provide me solution.
With Regards
Sanjay BD
Hi
I got the solution.I did same as explained by xdshi and in tS3Delete component i provided key name using global variable and it works like charm.It first deleted file and then deleted bucket.
Thanks to all of you.
With Regards
Sanjay BD