rclone/backend/cache
Nick Craig-Wood d0d41fe847 rclone config redacted: implement support mechanism for showing redacted config
This introduces a new fs.Option flag, Sensitive and uses this along
with IsPassword to redact the info in the config file for support
purposes.

It adds this flag into backends where appropriate. It was necessary to
add oauthutil.SharedOptions to some backends as they were missing
them.

Fixes #5209
2023-07-07 16:25:14 +01:00
..
cache_internal_test.go cache: remove unused code (fixes issue reported by the unused linter) 2023-03-26 14:28:15 +02:00
cache_test.go cache: mark as not supporting metadata 2022-06-29 17:30:37 +01:00
cache_unsupported.go build: apply gofmt from golang 1.17 2021-09-09 20:43:59 +03:00
cache_upload_test.go test: replace defer cleanup with t.Cleanup 2022-12-09 14:38:05 +00:00
cache.go rclone config redacted: implement support mechanism for showing redacted config 2023-07-07 16:25:14 +01:00
directory.go build: apply gofmt from golang 1.17 2021-09-09 20:43:59 +03:00
handle.go Remove github.com/pkg/errors and replace with std library version 2021-11-07 11:53:30 +00:00
object.go Remove github.com/pkg/errors and replace with std library version 2021-11-07 11:53:30 +00:00
plex.go Replace deprecated ioutil 2022-11-07 11:41:47 +00:00
storage_memory.go Fix lint issues reported by staticcheck 2022-06-13 21:13:50 +02:00
storage_persistent.go Replace deprecated ioutil 2022-11-07 11:41:47 +00:00
utils_test.go cache: move methods used for testing into test file 2020-03-16 18:41:32 +00:00