rclone-dev:fix-2926-panic

Last commit made on 2019-01-21
Get this branch:
git clone -b fix-2926-panic https://git.launchpad.net/rclone-dev

Branch merges

Branch information

Name:
fix-2926-panic
Repository:
lp:rclone-dev

Recent commits

5f37c6f... by Nick Craig-Wood

local: put debug statements in on Read FIXME WIP

a2341cc... by Nick Craig-Wood

qingstor: add upload chunk size/concurrency/cutoff control #2851

* --upload-chunk-size
* --upload-concurrency
* --upload-cutoff

9685be6... by Nick Craig-Wood

qingstor: fix go routine leak on multipart upload errors - fixes #2851

39f5059... by Nick Craig-Wood

s3: add --s3-bucket-acl to control bucket ACL - fixes #2918

Before this change buckets were created with the same ACL as objects.

After this change, the user can set just --s3-acl to set the ACL of
buckets and objects, or use --s3-bucket-acl as well to have a
different ACL used for bucket creation.

This also logs at INFO level the creation and deletion of buckets.

a30e805... by Nick Craig-Wood

config: when using auto confirm make user interaction configurable

* drive: don't run teamdrive config if auto confirm set
* onedrive: don't run extra config if auto confirm set
* make Confirm results customisable by config

Fixes #1010

8e107b9... by Nick Craig-Wood

build: update the build container to use latest go version for circleci

21a0693... by Nick Craig-Wood

build: upload circleci builds for the beta release latest too

4846d93... by Nick Craig-Wood

ftp: wait for 60 seconds for connection Close then declare it dead

This helps with indefinite hangs when transferring very large files on
some ftp server.

Fixes #2912

fc4f20d... by Nick Craig-Wood

build: upload circleci builds for the beta release

60558b5... by Onno Zweers <email address hidden>

webdav: update docs about dcache and macaroons

Added link to dcache.org

Updated link to macaroon script to new location