Switch storage class for monthlies

Cause they're gonna be yuuuuge
This commit is contained in:
Salt 2020-07-11 09:07:50 -05:00
parent c98a26f6fb
commit e93711a2f6

View File

@ -57,7 +57,7 @@ for dir in /home/*; do
| gzip -c | aws s3 cp - "s3://$s3bucket" \
--recursive \
--only-show-errors \
--store-class STANDARD
--store-class STANDARD_IA
else
log "Could not satisfy requirements for AWS CLI"
fi