Nick Craig-Wood
Nick Craig-Wood
@kivi > I was wondering how to document this. I added a new flag `--use-ssh-config` in `config/configflags/configflags.go`, which I hope was the right place to do so. And there is...
Yes SSH needs to be in caps as it is an abbreviation. Though it isn't! That linter is possibly a bit too fussy, but go with the flow!
@cmackenzie1 I see your files are gzipped files `20221220T193149Z_20221220T193219Z_f27449c5.log.gz` - how were these uploaded? Here is what happens when I upload a `.gz` file and download it ``` $ rclone...
I spent a long time looking through the SDKv2 internals and I couldn't find a workaround for this. I made an upstream issue here about this https://github.com/aws/aws-sdk-go-v2/issues/2848 indicating that this...
Excellent suggestion @darthShadow I thought that wasn't going to be possible as the `DisableGzip` middleware is in an `internal` package so not accessible from the outside world. However all we...
Can you give this a go? This seems to work for HEAD requests now. Thanks [v1.69.0-beta.8377.5b629abdc.fix-8137-s3-cloudflare-gzip](https://beta.rclone.org/branch/fix-8137-s3-cloudflare-gzip/v1.69.0-beta.8377.5b629abdc.fix-8137-s3-cloudflare-gzip/) on branch [fix-8137-s3-cloudflare-gzip](https://github.com/rclone/rclone/tree/fix-8137-s3-cloudflare-gzip) (uploaded in 15-30 mins)
I don't think we can keep the `Accept-Encoding: gzip` with the HEAD requests. Unfortunately this causes Cloudflare to omit the `Content-Length` header on files without `Content-Encoding: gzip` and breaks the...
Thank you for testing @cmackenzie1 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 I put a...
Do you want to have a look at this @dmcardle ?
Hi @marcelowa sorry for the delay in looking at this. I like this much better than the sqlite version as it uses stuff we already have built into rclone. Can...