Fix incorrect argument name to aws cli
This commit is contained in:
parent
5b74e64692
commit
4ffb39d6c8
@ -57,7 +57,7 @@ for dir in /home/*; do
|
|||||||
| aws s3 cp - "s3://$s3bucket" \
|
| aws s3 cp - "s3://$s3bucket" \
|
||||||
--recursive \
|
--recursive \
|
||||||
--only-show-errors \
|
--only-show-errors \
|
||||||
--store-class STANDARD_IA
|
--storage-class STANDARD_IA
|
||||||
else
|
else
|
||||||
log "Could not satisfy requirements for AWS CLI"
|
log "Could not satisfy requirements for AWS CLI"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user