Per-remote env variables start with RCLONE_CONFIG_

This commit is contained in:
Ubuntu 2017-10-14 22:42:38 +02:00 committed by Nick Craig-Wood
parent d7dd6f3814
commit d6bab0169f

View File

@ -1057,8 +1057,8 @@ file to see what the values are (the config file can be found by
looking at the help for `--config` in `rclone help`).
To find the name of the environment variable, you need to set, take
`RCLONE_` + name of remote + `_` + name of config file option and make
it all uppercase.
`RCLONE_CONFIG_` + name of remote + `_` + name of config file option
and make it all uppercase.
For example, to configure an S3 remote named `mys3:` without a config
file (using unix ways of setting environment variables):