Switch from STANDARD_IA to STANDARD for S3 backups
My retention period is actually too low for IA lol
This commit is contained in:
parent
c6f750d0c1
commit
429642fe6a
@ -60,6 +60,6 @@ if command -v aws > /dev/null 2>&1 && aws s3 ls "s3://$s3bucket" > /dev/null 2>&
|
|||||||
--recursive \
|
--recursive \
|
||||||
--only-show-errors \
|
--only-show-errors \
|
||||||
--exclude "*.log" \
|
--exclude "*.log" \
|
||||||
--storage-class STANDARD_IA
|
--storage-class STANDARD
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user