rclone/fs/config/configfile
albertony f8d56bebaf
config: delay load config file (#5258)
Restructuring of config code in v1.55 resulted in config
file being loaded early at process startup. If configuration
file is encrypted this means user will need to supply the password,
even when running commands that does not use config.
This also lead to an issue where mount with --deamon failed to
decrypt the config file when it had to prompt user for passord.

Fixes #5236
Fixes #5228
2021-04-26 23:37:49 +02:00
..
configfile_other.go config: Wrap config library in an interface 2021-03-11 17:29:26 +00:00
configfile_test.go config: fix issues with memory-only config file paths 2021-04-12 18:17:19 +02:00
configfile_unix.go config: Wrap config library in an interface 2021-03-11 17:29:26 +00:00
configfile.go config: delay load config file (#5258) 2021-04-26 23:37:49 +02:00