rclone-dev:fix-mega-download

Last commit made on 2019-03-10
Get this branch:
git clone -b fix-mega-download https://git.launchpad.net/rclone-dev

Branch merges

Branch information

Name:
fix-mega-download
Repository:
lp:rclone-dev

Recent commits

6811629... by Nick Craig-Wood

mega: fix unmarshal error on download - FIXME need to upstream this fix

    Failed to copy: failed to open source object: open download file
    failed: json: cannot unmarshal number -18 into Go struct field
    DownloadResp.e of type uint32

See: https://forum.rclone.org/t/failed-message-what-does-it-mean/9065

415eeca... by Nick Craig-Wood

drive: fix range requests on 0 length files

Before this change a range request on a 0 length file would fail

    $ rclone cat --head 128 drive:test/emptyfile
    ERROR : open file failed: googleapi: Error 416: Request range not satisfiable, requestedRangeNotSatisfiable

To fix this we remove Range: headers on requests for zero length files.

58d9a3e... by Nick Craig-Wood

filter: reload filter when the options are set via the rc - fixes #3018

cccadfa... by Nick Craig-Wood

rc: add ability for options blocks to register reload functions

1b52f8d... by Ishuah Kariuki

copy/sync/move: add --create-empty-src-dirs flag - fixes #2869

2078ad6... by Nick Craig-Wood

gcs: Allow bucket policy only buckets - fixes #3014

This introduces a new config variable bucket_policy_only. If this is
set then rclone:

- ignores ACLs set on buckets
- ignores ACLs set on objects
- creates buckets with Bucket Policy Only set

368ed9e... by Nick Craig-Wood

docs: add a FAQ entry about --max-backlog

7c30993... by Nick Craig-Wood

Add Fionera to contributors

55b9a4e... by Fionera <email address hidden>

Add ServerSideAcrossConfig Flag and check for it. fixes #2728

118a8b9... by jaKa <email address hidden>

koofr: implemented a backend for Koofr cloud storage service.

Implemented a Koofr REST API backend.
Added said backend to tests.
Added documentation for said backend.