Browse Source

Started work on linkDestination

master
Drew Short 4 years ago
parent
commit
d70193386c
  1. 1
      README.md

1
README.md

@ -71,6 +71,7 @@ It's highly recommended to use secrets mangement to avoid storing sensitive cred
* rename
* `link`: Optional. Create a link to the resource if possible. Default `false`
* `linkFilter`: Optional. A find filter on the source directory for files to generate links to. Default `-maxdepth 1 -type f`
* `linkDestination`: Optional. Required if `link` is specified as `true`. This is the rclone target to place the resulting link json data at.
* `args`: Optional. An array of additional arguments to pass to rclone.
#### Example

Loading…
Cancel
Save