mirror of
https://github.com/rclone/rclone.git
synced 2025-01-13 20:38:12 +02:00
docs: environment variable remote name only supports letters, digits, or underscores
This commit is contained in:
parent
45887d11f6
commit
d0362171cf
@ -2604,6 +2604,9 @@ for each backend.
|
|||||||
To find the name of the environment variable, you need to set, take
|
To find the name of the environment variable, you need to set, take
|
||||||
`RCLONE_CONFIG_` + name of remote + `_` + name of config file option
|
`RCLONE_CONFIG_` + name of remote + `_` + name of config file option
|
||||||
and make it all uppercase.
|
and make it all uppercase.
|
||||||
|
Note one implication here is the remote's name must be
|
||||||
|
convertible into a valid environment variable name,
|
||||||
|
so it can only contain letters, digits, or the `_` (underscore) character.
|
||||||
|
|
||||||
For example, to configure an S3 remote named `mys3:` without a config
|
For example, to configure an S3 remote named `mys3:` without a config
|
||||||
file (using unix ways of setting environment variables):
|
file (using unix ways of setting environment variables):
|
||||||
|
Loading…
Reference in New Issue
Block a user