Skip to content

Instantly share code, notes, and snippets.

@falsecz
Last active October 31, 2019 20:47
Show Gist options
  • Save falsecz/977e686473f57ad5e7edb50d1e374dfb to your computer and use it in GitHub Desktop.
Save falsecz/977e686473f57ad5e7edb50d1e374dfb to your computer and use it in GitHub Desktop.
delete digital ocean bucket
## you need brew install parallel - paralel from moreutils doesn't work
## brew edit parallel add:
## `keg_only "My reason for making this keg-only"`
aws s3 ls "s3://sat-tiles" | awk '{print $2}' | /usr/local/opt/parallel/bin/parallel -j 400 "s3cmd del --recursive --force {.}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment