From f4187a4f81885c85657e0f90679082c82c3df52c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albreis=20-=20Design=20=26=20Programa=C3=A7=C3=A3o?= Date: Fri, 9 Sep 2022 22:51:15 -0300 Subject: [PATCH] Add documentation for SYNCEXTRA env --- s3sync/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/s3sync/README.md b/s3sync/README.md index dad6356..25db158 100644 --- a/s3sync/README.md +++ b/s3sync/README.md @@ -54,6 +54,7 @@ docker run ... - `AWS_S3_SSE_KMS_KEY_ID`: The AWS KMS key ID that should be used to server-side encrypt the object in S3 (only available if use in conjunction with `AWS_S3_SSE`) - `CRON_TIME`: a valid cron expression (ex: `CRON_TIME='0 */6 * * *'` runs every 6 hours; defaults to hourly) - `INITIAL_DOWNLOAD`: whether to download files initially (defaults to `true`); this will only download the files if the directory is empty. Set this to `force` to skip this check +- `SYNCEXTRA`: add extra options to aws-cli sync command ### Usage