mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
config: Improve the Provider matching to have a negated match #2140
This makes it easier to make classes of provider in the config.
This commit is contained in:
@@ -22,6 +22,9 @@ var (
|
||||
// This is a function pointer to decouple the config
|
||||
// implementation from the fs
|
||||
CountError = func(err error) {}
|
||||
|
||||
// ConfigProvider is the config key used for provider options
|
||||
ConfigProvider = "provider"
|
||||
)
|
||||
|
||||
// ConfigInfo is filesystem config options
|
||||
|
||||
Reference in New Issue
Block a user