Nick Craig-Wood

Results 1599 comments of Nick Craig-Wood

I'd like to dig in to this a bit > The branch builds cleanly. I tried to run the test suite but it hangs on trailing_CR test for me. The...

Yes this looks bad ``` upload error: HTTP error 400 (400 Bad Request) returned body: "{\"errors\":[{\"id\":\"F6016\",\"title\":\"URL Rule is not configured\"}]}\n" ``` I would guess that is your new code since...

I think your changes look about right. You can verify the header with -vv --dump headers when uploading and double check it.

> Thanks, is there any easy way to do it when running the test suite? Sure, just add the `-verbose -dump-headers` flags onto the `go test`. Here are all the...

> I tried dumpting header like this: > > ``` > $ go test -verbose -short -dump-headers ./backend/zoho > ? github.com/rclone/rclone [no test files] > ``` > > but as...

@buengese wrote: > I tried rebasing this and gave it another test. Sadly I couldn't get it to work at all. The api doesn't seem to take any of the...

This seems like a reasonable idea... Do you want to send a patch @sschols ? There doesn't seem to be an option in the SDK to cleanup ( https://pkg.go.dev/github.com/Azure/azure-storage-blob-go/azblob#UploadStreamToBlockBlobOptions )?...

I've just redone the azure blob backend to use the new SDK and I came across this issue. I think the best solution will be to do different things if...

@rsavard-tt there hasn't been progress on this recently alas. If you are working on behalf of a company you might be interested in taking out a [support contract](https://rclone.com/support) which could...

I have fixed that here [v1.69.0-beta.8471.f67ac4d38.fix-8249-azure-blob-server-side-copy](https://beta.rclone.org/branch/fix-8249-azure-blob-server-side-copy/v1.69.0-beta.8471.f67ac4d38.fix-8249-azure-blob-server-side-copy/) on branch [fix-8249-azure-blob-server-side-copy](https://github.com/rclone/rclone/tree/fix-8249-azure-blob-server-side-copy) (uploaded in 15-30 mins) This goes to some lengths to make sure that on multipart upload, uncomitted blocks are cancelled on...