Ivan Andreev
Ivan Andreev
Idea: allow multiple `--profile=profile` options or `--profile=profile1,profile2,...` on command line, let profiles be additive.
Related to https://github.com/rclone/rclone/issues/4125 (allow to include config files)
We already have following config sources (ordered from low to high priority): defaults, backend config, environment, cmdline. This can be implemented as a new config source `profile config`. I'm not...
Unless you pass `sdk.Handler` by reference to the Serve/Shutdown methods, the http server will be lost. See correct patch: https://github.com/ivandeex/go-plugins-helpers/commit/50db162a014d40c94c22b9164e250aea28bb198a
Another idea: multiple ordered config flags `rclone --config file1 --config2 file2` implicitly making the last one writable.
This can be solved as part of https://github.com/rclone/rclone/issues/4125 as it also has to implement a way to merge configs. Just add an **implicit** `include ~/.cache/rclone/whatever.conf` at the top of default...
This forum discussion proposes to introduce a diff-like INI file instead of inclusion: https://forum.rclone.org/t/download-a-file-from-google-drive-that-requires-authentication/24114/24 @ncw wrote... (see forum for more) > I think that if we introduce a new config...
The feature was also requested by https://forum.rclone.org/t/rclone-conf-with-dotfiles/28333
### Implementation ideas Whatever implementation will be chosen it should obey the `MultithreadPut` interface proposed by #4798, so this feature blocks on that ticket. A sketch of the concrete multi-thread...
### A comment on hashing. Unlike the _Resumer_ case explained in https://github.com/rclone/rclone/pull/4547#issuecomment-786889739, we cannot use a partial rolling hash for the _upload as a whole_ because traditional hashes like MD5/SHA1/etc...