rclone/backend
Nick Craig-Wood f3f48d7d49 Implement new backend config system
This unifies the 3 methods of reading config

  * command line
  * environment variable
  * config file

And allows them all to be configured in all places.  This is done by
making the []fs.Option in the backend registration be the master
source of what the backend options are.

The backend changes are:

  * Use the new configmap.Mapper parameter
  * Use configstruct to parse it into an Options struct
  * Add all config to []fs.Option including defaults and help
  * Remove all uses of pflag
  * Remove all uses of config.FileGet
2018-07-16 21:20:47 +01:00
..
alias Implement new backend config system 2018-07-16 21:20:47 +01:00
all opendrive: fill out the functionality #1026 2018-05-12 10:07:25 +01:00
amazonclouddrive Implement new backend config system 2018-07-16 21:20:47 +01:00
azureblob Implement new backend config system 2018-07-16 21:20:47 +01:00
b2 Implement new backend config system 2018-07-16 21:20:47 +01:00
box Implement new backend config system 2018-07-16 21:20:47 +01:00
cache Implement new backend config system 2018-07-16 21:20:47 +01:00
crypt Implement new backend config system 2018-07-16 21:20:47 +01:00
drive Implement new backend config system 2018-07-16 21:20:47 +01:00
dropbox Implement new backend config system 2018-07-16 21:20:47 +01:00
ftp Implement new backend config system 2018-07-16 21:20:47 +01:00
googlecloudstorage Implement new backend config system 2018-07-16 21:20:47 +01:00
http Implement new backend config system 2018-07-16 21:20:47 +01:00
hubic Implement new backend config system 2018-07-16 21:20:47 +01:00
local Implement new backend config system 2018-07-16 21:20:47 +01:00
mega Implement new backend config system 2018-07-16 21:20:47 +01:00
onedrive Implement new backend config system 2018-07-16 21:20:47 +01:00
opendrive Implement new backend config system 2018-07-16 21:20:47 +01:00
pcloud Implement new backend config system 2018-07-16 21:20:47 +01:00
qingstor Implement new backend config system 2018-07-16 21:20:47 +01:00
s3 Implement new backend config system 2018-07-16 21:20:47 +01:00
sftp Implement new backend config system 2018-07-16 21:20:47 +01:00
swift Implement new backend config system 2018-07-16 21:20:47 +01:00
webdav Implement new backend config system 2018-07-16 21:20:47 +01:00
yandex Implement new backend config system 2018-07-16 21:20:47 +01:00