rclone:v1.54-stable

Last commit made on 2021-03-12
Get this branch:
git clone -b v1.54-stable https://git.launchpad.net/rclone

Branch merges

Branch information

Name:
v1.54-stable
Repository:
lp:rclone

Recent commits

0012b98... by Lucas Messenger <email address hidden>

hdfs: fix permissions for when directory is created

707cdaa... by Nick Craig-Wood

Start v1.54.2-DEV development

e2531e0... by Nick Craig-Wood

Version v1.54.1

86babc6... by Nick Craig-Wood

build: fix nfpm install by using the released binary

d45d48c... by Ivan Andreev

chunker: fix integration tests after backport commit 6baa4e294

It was my stupid typo: "f.base.NewObject" instead of correct "f.NewObject"
I made it during backport. The commit on master was correct.

7ad2c22... by edwardxml <email address hidden>

docs: remove dead link from rc.md (#5038)

0cfcc08... by Dmitry Chepurovskiy <email address hidden>

s3: Fix shared_credentials_file auth

S3 backend shared_credentials_file option wasn't working neither from
config option nor from command line option. This was caused cause
shared_credentials_file_provider works as part of chain provider, but in
case user haven't specified access_token and access_key we had removed
(set nil) to credentials field, that may contain actual credentials got
from ChainProvider.

AWS_SHARED_CREDENTIALS_FILE env varible as far as i understood worked,
cause aws_sdk code handles it as one of default auth options, when
there's not configured credentials.

2c4a25d... by edwardxml <email address hidden>

docs: convert bogus example link to code

Convert the bogus example plex url from a url that is auto created to code format that hopefully isn't.

f5a95b2... by edwardxml <email address hidden>

docs: badly formed link

Fix for a badly formed link created in earlier rewrite

f2caa0e... by Nick Craig-Wood

vfs: document simultaneous usage with the same cache shouldn't be used

Fixes #2227