rclone:fix-5468-s3-auth

Last commit made on 2021-08-11
Get this branch:
git clone -b fix-5468-s3-auth https://git.launchpad.net/rclone

Branch merges

Branch information

Name:
fix-5468-s3-auth
Repository:
lp:rclone

Recent commits

98d4944... by Nick Craig-Wood

s3: Attempt to fix auth problems #5468

Revert "s3: remove WebIdentityRoleProvider to fix crash on auth #5255"

This reverts commit e618ea83dd3e539b53d2e60b49336e27347b56f8.

bb6b44d... by Սահակ

DOC: "OS X" -> "macOS"

88b35bc... by vinibali

Update yandex.md

add mail subscription exception

c32d5dd... by Nathan Collins <email address hidden>

fs: move with --ignore-existing will not delete skipped files - #5463

3d9da89... by Greg Sadetsky <email address hidden>

drive: fix instructions for auto config #5499

839c20b... by lindwurm

s3: add Wasabi's AP-Northeast endpoint info

* Wasabi starts to provide AP Northeast (Tokyo) endpoint for all customers, so add it to the list

Signed-off-by: lindwurm <email address hidden>

7c58148... by Nick Craig-Wood

Start v1.57.0-DEV development

6545755... by Nick Craig-Wood

sftp: remove spurious error message on --sftp-disable-concurrent-reads

c86a55c... by Nick Craig-Wood

vfs: fix duplicates on rename - fixes #5469

Before this change, if there was an existing file being uploaded when
a file was renamed on top of it, then both would be uploaded. This
causes a duplicate in Google Drive as both files get uploaded at the
same time. This was triggered reliably by LibreOffice saving doc
files.

This fix removes any duplicates in the upload queue on rename.

1d28008... by Nick Craig-Wood

Add Mariano Absatz (git) to contributors