Created
October 18, 2015 23:21
-
-
Save anamorph/1e3a84cb6d8037f819b8 to your computer and use it in GitHub Desktop.
recursively deletes all objects in a bucket
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
# recursively deletes all objects in a bucket where | |
# $1 is the bucket name | |
# | |
# created as a reminder ... | |
aws s3 rm --recursive s3://$1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment