Skip to content

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

@acidjazz

Description

@acidjazz

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions