rclone-dev:master

Last commit made on 2021-09-30
Get this branch:
git clone -b master https://git.launchpad.net/rclone-dev

Branch merges

Branch information

Name:
master
Repository:
lp:rclone-dev

Recent commits

bb0c4ad... by Nick Craig-Wood

union: fix rename not working with union of local disk and bucket based remote

Before this change the union's feature flags were a strict AND of the
underlying remotes. This means that a union of a local disk (which can
Move but not Copy) and a bucket based remote (which can Copy but not
Move) could neither Move nor Copy.

This fix advertises Move in the union if all the remotes can Move or
Copy. It also implements Move as Copy+Delete (like rclone does
normally) if the underlying union does not support Move.

This enables renames to work with unions of local disk and bucket
based remotes expected.

Fixes #5632

b389b84... by albertony <email address hidden>

jottacloud: refactor all file state checks into common functions

b0f06d9... by albertony <email address hidden>

jottacloud: improved error handling with SetModTime and corrupt files in general

1592295... by albertony <email address hidden>

jottacloud: implement SetModTime to support modtime-only changes - #5627

b5a27b1... by albertony <email address hidden>

docs: cleanup header levels

db7db95... by albertony <email address hidden>

Add Jonta to contributors

d8d621c... by Jonta <email address hidden>

docs: grammar/readability (#5633)

0902e5c... by Nick Craig-Wood

vfs: Ignore ECLOSED in Setattr when truncating file handles

Before this change file handles could get closed while the truncate
the file handles loop was running.

This would mean that ocassionally an ECLOSED (which is translated into
EBADF by cmd/mount) would spuriously be returned if Release happened
to happen in the middle of a Truncate call (Setattr called with
size=0).

This change ignores the ECLOSED while truncating file handles.

See: https://forum.rclone.org/t/writes-to-wasabi-mount-failing-with-bad-file-descriptor-intermittently/26321

5b6bcfc... by Nick Craig-Wood

Add HNGamingUK to contributors

1409b89... by HNGamingUK <email address hidden>

swift: document OVH Cloud Archive - fixes ##3041

Added documentation for OVH Cloud Archive, provides information on how to restore/unfreeze/download objects.