1
0
mirror of https://github.com/rclone/rclone.git synced 2025-03-10 05:08:53 +01:00
rclone/fs/config
Nick Craig-Wood f111e0eaf8 fs: enable configmap to be able to tell values set vs config file values
This adds AddOverrideGetter and GetOverride methods to config map and
uses them in fs.ConfigMap.

This enables us to tell which values have been set and which are just
read from the config file or at their defaults.

This also deletes the unused AddGetters method in configmap.
2021-03-15 19:22:07 +00:00
..
configfile config: --config "" or "/notfound" for in memory config only 2021-03-14 16:03:35 +00:00
configflags fs: make sure --low-level-retries, --checkers, --transfers are > 0 2021-03-15 17:05:35 +00:00
configmap fs: enable configmap to be able to tell values set vs config file values 2021-03-15 19:22:07 +00:00
configstruct build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
flags flags: improve error message when reading environment vars 2020-12-28 12:26:23 +00:00
obscure config: split up main file more and move tests into correct packages 2021-03-11 17:29:26 +00:00
testdata Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
authorize.go fs: Use connection string config as highest priority config 2021-03-15 19:22:07 +00:00
config_read_password_unsupported.go Break the fs package up into smaller parts. 2018-01-15 17:51:14 +00:00
config_read_password.go build: make rclone build with wasm 2020-08-10 17:32:21 +01:00
config_test.go config: make config file reads reload the config file if needed 2021-03-14 16:03:35 +00:00
config.go config: clear fs cache of stale entries when altering config - fixes 2021-03-15 19:22:07 +00:00
crypt_internal_test.go config: split up main file more and move tests into correct packages 2021-03-11 17:29:26 +00:00
crypt_test.go config: split up main file more and move tests into correct packages 2021-03-11 17:29:26 +00:00
crypt.go config: remove log.Fatal and replace with error passing where possible 2021-03-14 16:03:35 +00:00
default_storage.go config: make config file system pluggable 2021-03-11 17:29:26 +00:00
rc_test.go config: make config file system pluggable 2021-03-11 17:29:26 +00:00
rc.go config: Wrap config library in an interface 2021-03-11 17:29:26 +00:00
ui_internal_test.go config: split up main file more and move tests into correct packages 2021-03-11 17:29:26 +00:00
ui_test.go config: split up main file more and move tests into correct packages 2021-03-11 17:29:26 +00:00
ui.go fs: Use connection string config as highest priority config 2021-03-15 19:22:07 +00:00