Switch from STANDARD_IA to STANDARD for S3 backups

My retention period is actually too low for IA lol
This commit is contained in:
Salt 2020-06-22 11:46:24 -05:00
parent c6f750d0c1
commit 429642fe6a

View File

@ -60,6 +60,6 @@ if command -v aws > /dev/null 2>&1 && aws s3 ls "s3://$s3bucket" > /dev/null 2>&
--recursive \
--only-show-errors \
--exclude "*.log" \
--storage-class STANDARD_IA
--storage-class STANDARD
fi