From d6bab0169f2aa05bf38e9a68b73a317114488c9d Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Sat, 14 Oct 2017 22:42:38 +0200 Subject: [PATCH] Per-remote env variables start with RCLONE_CONFIG_ --- docs/content/docs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/docs.md b/docs/content/docs.md index 6752a4527..e88df18eb 100644 --- a/docs/content/docs.md +++ b/docs/content/docs.md @@ -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):