acidjazz/aeonian

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

acidjazz opened this issue · 0 comments

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