Skip to content

Instantly share code, notes, and snippets.

@anamorph
Created October 18, 2015 23:21
Show Gist options
  • Save anamorph/1e3a84cb6d8037f819b8 to your computer and use it in GitHub Desktop.
Save anamorph/1e3a84cb6d8037f819b8 to your computer and use it in GitHub Desktop.
recursively deletes all objects in a bucket
# 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