Skip to content

Commit 3ab24da

Browse files
committed
Add better display of default config
1 parent b41f559 commit 3ab24da

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## Unreleased
44

55
- Bump rclone lambda layer to version 2
6+
- Add better display of default config
67

78
## 3.0.0
89

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,17 @@ serverless invoke --function sync
5050

5151
## Configuration
5252

53-
| Environment Variable | Description |
54-
| :-------------------------------: | :---------------------------------------------------------------------------------: |
55-
| `RCLONE_CONFIG_SSM_NAME` | Name of the SSM parameter to fetch the config from. ( default "rclone-config" ) |
56-
| `RCLONE_SYNC_CONTENT_DESTINATION` | Name of the sync destination in the format "dest:path" ( default "destination:/" ) |
57-
| `RCLONE_SYNC_CONTENT_SOURCE` | Name of the sync source in the format "source:path" ( default "source:/" ) |
58-
| `RCLONE_SYNC_DRY_RUN` | Do a trial run with no permanent changes. ( default false ) |
59-
| `RCLONE_SYNC_EXTRA_FLAGS` | List of flags passed to rclone. See available flags in <https://rclone.org/flags/>. |
53+
| Environment Variable | Description | Default |
54+
| :-------------------------------: | :---------------------------------------------------------------------------------: | :----------------------------------------------: |
55+
| `RCLONE_CONFIG_SSM_NAME` | Name of the SSM parameter to fetch the config from. | `rclone-config` |
56+
| `RCLONE_SYNC_CONTENT_DESTINATION` | Name of the sync destination in the format "dest:path". | `destination:/` |
57+
| `RCLONE_SYNC_CONTENT_SOURCE` | Name of the sync source in the format "source:path". | `source:/` |
58+
| `RCLONE_SYNC_DRY_RUN` | Do a trial run with no permanent changes. | `false` |
59+
| `RCLONE_SYNC_EXTRA_FLAGS` | List of flags passed to rclone. See available flags in <https://rclone.org/flags/>. | `--exclude /Downloads/** --exclude /External/**` |
6060

6161
## Schedules
6262

63-
By default, `rclone-lambda-sync` runs once a day around 00:00 UTC. See [rclone-lambda-daily.yaml](./rclone-lambda-daily.yaml). This behavior can be customized by following these steps :
63+
By default, `rclone-lambda-sync` runs once a day around 00:00 UTC. See [rclone_lambda_daily.yaml](./rclone_lambda_daily.yaml). This behavior can be customized by following these steps :
6464

6565
1. Create a custom yaml file containing the desired schedules
6666

0 commit comments

Comments
 (0)