1
mirror of https://github.com/rclone/rclone synced 2024-11-05 01:42:31 +01:00
rclone/backend/cache
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
..
cache_internal_test.go Implement new backend config system 2018-07-16 21:20:47 +01:00
cache_mount_unix_test.go cache: update internal tests and small fixes 2018-06-08 23:34:38 +03:00
cache_mount_windows_test.go Remove builds conditional on go1.7 since that is now guaranteed #2154 2018-04-07 11:42:55 +01:00
cache_test.go Make integration tests use go1.7+ nested tests #2154 2018-04-08 15:04:14 +01:00
cache_unsupported.go Remove builds conditional on go1.7 since that is now guaranteed #2154 2018-04-07 11:42:55 +01:00
cache_upload_test.go Implement new backend config system 2018-07-16 21:20:47 +01:00
cache_upload_test.go.orig Implement new backend config system 2018-07-16 21:20:47 +01:00
cache_upload_test.go.rej Implement new backend config system 2018-07-16 21:20:47 +01:00
cache.go Implement new backend config system 2018-07-16 21:20:47 +01:00
directory.go Remove builds conditional on go1.7 since that is now guaranteed #2154 2018-04-07 11:42:55 +01:00
handle.go Implement new backend config system 2018-07-16 21:20:47 +01:00
object.go Implement new backend config system 2018-07-16 21:20:47 +01:00
plex.go Implement new backend config system 2018-07-16 21:20:47 +01:00
storage_memory.go Remove builds conditional on go1.7 since that is now guaranteed #2154 2018-04-07 11:42:55 +01:00
storage_persistent.go Implement new backend config system 2018-07-16 21:20:47 +01:00