rclone/vfs/vfscommon
Nick Craig-Wood ae3963e4b4 fs: Add string alternatives for setting options over the rc
Before this change options were read and set in native format. This
means for example nanoseconds for durations or an integer for
enumerated types, which isn't very convenient for humans.

This change enables these types to be set with a string with the
syntax as used in the command line instead, so `"10s"` rather than
`10000000000` or `"DEBUG"` rather than `8` for log level.
2021-02-07 14:56:41 +00:00
..
cachemode.go fs: Add string alternatives for setting options over the rc 2021-02-07 14:56:41 +00:00
cachemode_test.go fs: Add string alternatives for setting options over the rc 2021-02-07 14:56:41 +00:00
options.go vfs: add --vfs-read-ahead parameter for use with --vfs-cache-mode full 2020-08-06 17:26:18 +01:00
path.go vfs: fix OS vs Unix path confusion - fixes ChangeNotify on Windows 2020-06-03 17:05:58 +01:00