Skip to content

Instantly share code, notes, and snippets.

@serkanh
Created January 15, 2016 15:13
Show Gist options
  • Save serkanh/1d155119960c34944789 to your computer and use it in GitHub Desktop.
Save serkanh/1d155119960c34944789 to your computer and use it in GitHub Desktop.
s3 multibucket delete
aws s3 ls | grep "s3file" | awk '{print $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