rclone:fix-5600-bind

Last commit made on 2022-04-21
Get this branch:
git clone -b fix-5600-bind https://git.launchpad.net/rclone

Branch merges

Branch information

Name:
fix-5600-bind
Repository:
lp:rclone

Recent commits

b0c5453... by Nick Craig-Wood

drive: make backend config -o config add a combined AllDrives remote

This adjusts

    rclone backend drives -o config drive:

So that it also emits a config section called `AllDrives` which uses
the combine backend to make a backend which combines all the shared
drives into one.

It also makes sure that all the shared drive names are valid rclone
config names, deduplicating if necessary.

Fixes #4506

e62b9d0... by Nick Craig-Wood

Add combine backend to combine multiple remotes in one directory tree - FIXME WIP

Needs
- docs
- integration tests

Fixes #5600

632f626... by Nick Craig-Wood

fstests: check for wrapped errors in ListR test

bab91e4... by Nick Craig-Wood

putio: ignore URL encoded files as these fail in the integration tests

fde4031... by Nick Craig-Wood

koofr: remove digistorage from integration tests as no account

94e330d... by Nick Craig-Wood

onedrive: remove onedrive China from integration tests as we no longer have an account

087543d... by Nick Craig-Wood

sftp: ignore failing entries in rsync.net integration tests

6a759d9... by Nick Craig-Wood

storj: fix bucket creation on Move picked up by integration tests

7c31240... by Nick Craig-Wood

Add Nick Gooding to contributors

25146b4... by Nick Gooding <email address hidden>

googlecloudstorage: add --gcs-no-check-bucket to minimise transactions and perms

Adds a configuration option to the GCS backend to allow skipping the
check if a bucket exists before copying an object to it, much like
f406dbb added for S3.