Nick Craig-Wood
Nick Craig-Wood
> I was trying to confirm that the "set" command worked, so I re-set an incorrect ak/sk/session_token and found that the "ls" mount point still shows the files (**as if...
Hi @dzoep I've had a first go at this. The --password-command is now used when setting and changing the config password. It occurs to me that there is no programmatic...
I've implemented command line options to mananage the config file encryption What do you think of these @dzoep ? [v1.68.0-beta.8262.b0e17c6f8.fix-7859-password-command](https://beta.rclone.org/branch/fix-7859-password-command/v1.68.0-beta.8262.b0e17c6f8.fix-7859-password-command/) on branch [fix-7859-password-command](https://github.com/rclone/rclone/tree/fix-7859-password-command) (uploaded in 15-30 mins) ## rclone config...
Thank you for testing :-) I've merged this to master now which means it will be in [the latest beta](https://beta.rclone.org/) in 15-30 minutes and released in v1.68
I think this is because rclone will work both with and without a repository name, and unfortunately /data is one of the paths used in the API. Does it work...
I can't think of an easy way to solve this. - We could have a flag - `need_repository` or something like that which means you have to use a repository...
This looks like a relatively easy change if someone wants to have a go.
I just recently made go 1.21 the minimum go for rclone which means slog is available. I quite like the idea of using slog. We need to not change the...
Hmm, yes, rather confusingly rclone uses the `--s3-copy-cutoff` value as the chunk size for the copy. Perhaps these should be separated and have a separate `--s3-copy-chunk-size` value. In general you...
> its not recognising æøå correctly >  > The folder is named Færdig not Fµrdig You typed Fµrdig above not Færdig according to your screenshot. Can you...