mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
Per-remote env variables start with RCLONE_CONFIG_
This commit is contained in:
parent
d7dd6f3814
commit
d6bab0169f
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user