rclone:fix-touch-root

Last commit made on 2024-03-08
Get this branch:
git clone -b fix-touch-root https://git.launchpad.net/rclone

Branch merges

Branch information

Name:
fix-touch-root
Repository:
lp:rclone

Recent commits

20af751... by Nick Craig-Wood

touch: fix using -R on certain backends

On backends which return a valid object for "" with NewObject then
touch was going wrong as it thought it was passed an object.

This should not happen normally but s3 can be configured with
--s3-no-head where it is happy to believe that all objects exist.

4e07a72... by Nick Craig-Wood

fs: Implement --no-update-dir-modtime to disable setting modification times on dirs

99acee7... by Nick Craig-Wood

operations: remove stray debug

bda4f25... by Nick Craig-Wood

s3: support metadata setting and mapping on server side Copy

Before this change the backend would not run the metadata mapper and
it would ignore metadata set when doing server side copies.

9f2ce2c... by Nick Craig-Wood

drive: support metadata setting and mapping on server side Move,Copy

Before this change the backend would not run the metadata mapper and
it would ignore metadata set when doing server side moves or copies.

6e85a39... by Nick Craig-Wood

local: support metadata setting and mapping on server side Move

Before this change the backend would not run the metadata mapper and
it would ignore metadata set when doing server side moves.

24b4148... by Nick Craig-Wood

fs: add MetadataAsOpenOptions

41b1250... by Nick Craig-Wood

fstests: add tests for Metadata on server side Move and Copy

339d3e8... by Nick Craig-Wood

netstorage,quatrix,seafile: fix Root to return correct directory when pointing to a file

This fixes the TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot
integration test.

5750795... by Nick Craig-Wood

protondrive: fix encoding of Root method

This fixes the TestIntegration/FsMkdir/FsPutFiles/FsIsFile/FsRoot
integration test.