rclone-dev:pr-3949-max-pages

Last commit made on 2020-02-10
Get this branch:
git clone -b pr-3949-max-pages https://git.launchpad.net/rclone-dev

Branch merges

Branch information

Name:
pr-3949-max-pages
Repository:
lp:rclone-dev

Recent commits

6a86ec7... by Anagh Kumar Baranwal <email address hidden>

Added support for Max Pages

Signed-off-by: Anagh Kumar Baranwal <email address hidden>

37c5597... by Nick Craig-Wood

vfs: add --vfs-read-wait and --vfs-write-wait flags

    --vfs-read-wait duration Time to wait for in-sequence read before seeking. (default 5ms)
    --vfs-write-wait duration Time to wait for in-sequence write before giving error. (default 1s)

See: https://forum.rclone.org/t/constantly-high-iowait-add-log/14156

91aef66... by Nick Craig-Wood

mount: add --async-read flag to disable asynchronous reads

See: https://forum.rclone.org/t/constantly-high-iowait-add-log/14156

90377f5... by Nick Craig-Wood

s3: Specify that Minio supports URL encoding in listings

Thanks to @harshavardhana for pointing this out

See #3934 for background

f1d9bd5... by Lars Lehtonen

lib/oauthutil: replace deprecated oauth2.NoContext

4ee3c21... by Lars Lehtonen

cmd/serve/ftp: replace deprecated os.SEEK_SET with io.SeekStart

fe6f413... by Lars Lehtonen

fs/rc: fix dropped error

3dfa63b... by Nick Craig-Wood

onedrive: fix occasional 416 errors on multipart uploads

Before this change, when uploading multipart files, onedrive would
sometimes return an unexpected 416 error and rclone would abort the
transfer.

This is usually after a 500 error which caused rclone to do a retry.

This change checks the upload position on a 416 error and works how
much of the current chunk to skip, then retries (or skips) the current
chunk as appropriate.

If the position is before the current chunk or after the current chunk
then rclone will abort the transfer.

See: https://forum.rclone.org/t/fragment-overlap-error-with-encrypted-onedrive/14001

Fixes #3131

ff23434... by Gary Kim <email address hidden>

docs: Update README.md shields for changed CI

Signed-off-by: Gary Kim <email address hidden>

bffd7f0... by Nick Craig-Wood

docs: note how to use GitHub's online editor to edit rclone's docs