aeonian icon indicating copy to clipboard operation
aeonian copied to clipboard

Continuous deployment assistance for S3 + CloudFront environments

Results 1 aeonian issues
Sort by recently updated
recently updated
newest added

temporary solution ```bash 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 ```