From d25627b36d1488bd2eb572bf96350fbfd47e5f30 Mon Sep 17 00:00:00 2001 From: Stephen Mather <1174901+smathermather@users.noreply.github.com> Date: Wed, 16 Sep 2020 15:37:40 -0400 Subject: [PATCH] typo fix --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index 8d18b73..3a9c5c4 100644 --- a/config.js +++ b/config.js @@ -51,7 +51,7 @@ Options: --s3_force_path_style Whether to force path style URLs for S3 objects. (default: false) --s3_secret_key S3 secret key, required if --s3_endpoint is set. (default: none) --s3_signature_version S3 signature version. (default: 4) - --s3_acl S3 object acl. (deafult: public-read) + --s3_acl S3 object acl. (default: public-read) --s3_upload_everything Upload all task results to S3. (default: upload only .zip archive and orthophoto) --max_concurrency Place a cap on the max-concurrency option to use for each task. (default: no limit) --max_runtime Number of minutes (approximate) that a task is allowed to run before being forcibly canceled (timeout). (default: no limit)