Skip to content

Instantly share code, notes, and snippets.

@organom
Last active October 4, 2023 18:36
Show Gist options
  • Save organom/a613a519d23fd36c66f8c6b429e13124 to your computer and use it in GitHub Desktop.
Save organom/a613a519d23fd36c66f8c6b429e13124 to your computer and use it in GitHub Desktop.
Removes all AWS S3 empty buckets (add --force to remove all even if not empty)
aws s3 ls | cut -d" " -f 3 | xargs -I{} aws s3 rb s3://{}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment