Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

potentially provide a solution for old buckets when using remove_old = false #10

Open
acidjazz opened this issue Mar 21, 2019 · 0 comments

Comments

@acidjazz
Copy link
Owner

acidjazz commented Mar 21, 2019

temporary solution

for bucket in $(aws s3 ls | awk '{print $3}' | grep -E 1c-[0-9a-z]{7}-staging); do aws s3 rb "s3://${bucket}" --force ; done
@acidjazz acidjazz changed the title potentiall provide a solution for old buckets when using remove_old = false potentially provide a solution for old buckets when using remove_old = false Mar 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant