Nick Craig-Wood

Results 1599 comments of Nick Craig-Wood

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.69

> The existing integration tests appear to assume that if a bucket is being asynchronously deleted, and you request creating a new bucket with the same name, the provider honor...

> * How should `s3.go` know to apply Hetzner-specific behavior? > > * A new quirk seems the least intrusive. Is this an appropriate use of quirks? Absolutely. That is...

I think option 1 is probably the best, but how to do it neatly... There are some related problems with multi thread transfers. For example the S3 backend has --s3-upload-cutoff...

> That way, the process is simpler, e.g. the chosen option is the first valid of > > * the option chosen by the user > * the option suggested...

> Agree, the max option would be easiest to implement but not being able to lower values can easily be a really bad thing for users. Also quite surprising, I've...

Thank you @kivi for producing some code to look at. I've looked through it and I like this iteration better. I was thinking about not saving the info in the...

> we would still load the ~/.ssh/config file right? So decoupling in that sense sounds definitely the way we should take. Yes, load the ~/.ssh/config file but into environment variables.

> > Yes, load the ~/.ssh/config file but into environment variables. > > Ok, I could it get it running and it's not overwriting the rclone config file. So that...

> If you follow the comment from @milahu above, using multiple `key_file`'s would be impossible. If the sftp backend allowed multiple key_files (which it doesn't) you can easily [specify them...