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
55a12bd639
backend: fix repeated words typos
2023-03-25 09:31:36 +01:00
555def2da7
build: add package comments to silence revive linter
2022-08-28 13:43:51 +02:00
6fd9e3d717
build: reformat comments to pass go1.19 vet
...
See: https://go.dev/doc/go1.19#go-doc
2022-08-05 16:35:41 +01:00
fdd2f8e6d2
Error strings should not be capitalized
...
Reported by staticcheck 2022.1.2 (v0.3.2)
See: staticcheck.io
2022-06-23 23:26:02 +02:00
ec117593f1
Fix lint issues reported by staticcheck
...
Used staticcheck 2022.1.2 (v0.3.2)
See: staticcheck.io
2022-06-13 21:13:50 +02:00
994b501188
config: remove explicit setting of required property to its default value false
...
See #5551
2022-01-16 14:57:38 +01:00
af0fcd03cb
hdfs: add file and directory move/rename support
2021-11-11 16:41:43 +00:00
f589dbc077
docs: don't show fictional example values for options as multiple choice items
...
See #5538
2021-10-20 22:56:19 +02:00
e2f47ecdeb
docs: punctuation cleanup
...
See #5538
2021-10-20 22:56:19 +02:00
24de896df2
build: apply gofmt from golang 1.17
2021-09-09 20:43:59 +03:00
76f8095bc5
hdfs: fix documentation so it doesn't have HTML in
2021-07-20 19:36:30 +01:00
a5bd26395e
hdfs: fix permissions for when directory is created
2021-03-12 09:15:14 +00:00
b569dc11a0
hdfs: support kerberos authentication #42
2021-01-27 18:16:58 +00:00
71edc75ca6
HDFS (Hadoop Distributed File System) implementation - #42
...
This includes an HDFS docker image to use with the integration tests.
Co-authored-by: Ivan Andreev <ivandeex@gmail.com >
Co-authored-by: Nick Craig-Wood <nick@craig-wood.com >
2021-01-07 09:48:51 +00:00