rclone-dev:fix-onedrive-serverside-copy-2nd

Last commit made on 2021-01-05
Get this branch:
git clone -b fix-onedrive-serverside-copy-2nd https://git.launchpad.net/rclone-dev

Branch merges

Branch information

Name:
fix-onedrive-serverside-copy-2nd
Repository:
lp:rclone-dev

Recent commits

00bf40a... by Cnly

onedrive: fix server-side copy completely disabled on OneDrive for Business

This fixes a little problem in PR #4903, which is a fix for #4342

5d1f947... by Ilyess Bachiri <email address hidden>

docs: fix a typo in the dedupe docs

b594cb9... by Alex Chen <email address hidden>

onedrive: fall back to normal copy if server-side copy unavailable (#4903)

Fixes #4342 by:
* Disabling server-side copy if either drive isn't OneDrive Personal
* Falling back to normal copy if server-side copy fails

add7a35... by Kerry Su <email address hidden>

b2: docs for download_url with private buckets

The current authentication scheme works without creating
a public download endpoint for a private bucket as in the B2 official blog.
On the contrary, if the existing authorization header gets duplicated
in the Cloudflare Workers script, one might receive 401 Unauthorized errors.

2af7b61... by Nick Craig-Wood

cmd: fix wording for no retries message

See: https://forum.rclone.org/t/immutable-should-set-retries-1-when-source-and-dest-are-different/21326/

cb97c2b... by Nick Craig-Wood

azureblob: fix crash on startup

This was introduced by accidental code deletion in

08b9ede2173fb34f azureblob: add support for managed identities

35da38e... by Nick Craig-Wood

operations: fix --immutable error message

This was accidentally changed in

53a1a0e3efb2cf04 accounting: add reference to completed transfers

963c0f2... by Nick Craig-Wood

sync: Only print "There was nothing to transfer" if no errors

See: https://forum.rclone.org/t/immutable-should-set-retries-1-when-source-and-dest-are-different/21326

b3815dc... by Nick Craig-Wood

sync: fix --immutable errors retrying many times

See: https://forum.rclone.org/t/immutable-should-set-retries-1-when-source-and-dest-are-different/21326

8053fc4... by Nick Craig-Wood

fs: correct default implementation of fs.CountError