ekristen / aws-nuke

Remove all the resources from an AWS account
https://ekristen.github.io/aws-nuke/
MIT License
39 stars 7 forks source link

Fix: S3 Bucket Empty Blocks #99

Open ekristen opened 6 months ago

ekristen commented 6 months ago

Recently discovered that the S3Bucket delete ends up blocking if there are a lot of objects and versions in the bucket. It would be good to refactor this to run as a goroutine in the background while other resources cleanup and the loops occur.