acidjazz opened this issue 6 years ago · 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