Skip to content

Commit

Permalink
Merge pull request #187 from albreis/main
Browse files Browse the repository at this point in the history
Add documentation for SYNCEXTRA option
  • Loading branch information
vladgh authored Sep 10, 2022
2 parents 3e26833 + 1f0306c commit c654c13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions s3sync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c654c13

Please sign in to comment.