rclone/backend/b2/api
Nick Craig-Wood fb61ed8506 b2: Implement server side copy for files > 5GB - fixes #3991
This factors copy out of SetModTime and Copy so it can be called from
both places.

This also reworks all the multipart uploading to use sync.Errgroup and
memory pooling like the other backends. This makes it more memory
efficient and handle errors better.

See: https://forum.rclone.org/t/copying-files-within-a-b2-bucket/16680/10
2020-06-05 13:27:53 +01:00
..
types_test.go build: fix up package paths after repo move 2019-07-28 18:47:38 +01:00
types.go b2: Implement server side copy for files > 5GB - fixes #3991 2020-06-05 13:27:53 +01:00