Created
January 15, 2016 15:13
-
-
Save serkanh/1d155119960c34944789 to your computer and use it in GitHub Desktop.
s3 multibucket delete
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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