diff options
author | Robin Appelman <robin@icewind.nl> | 2021-02-19 15:52:58 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2021-03-09 20:31:27 +0100 |
commit | c87b1a50d908f0d99622d4c71534d47af1ab9218 (patch) | |
tree | 4677d4a808caa42d1179987536dad749041ecc6c /lib/private/Files/Storage | |
parent | 5063745cace4a7ccf219a23eb1b7717d06406707 (diff) | |
download | nextcloud-server-c87b1a50d908f0d99622d4c71534d47af1ab9218.tar.gz nextcloud-server-c87b1a50d908f0d99622d4c71534d47af1ab9218.zip |
apply object store copy optimization when 'cross storage' copy is within the same object store
Signed-off-by: Robin Appelman <robin@icewind.nl>
Diffstat (limited to 'lib/private/Files/Storage')
-rw-r--r-- | lib/private/Files/Storage/Wrapper/Jail.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Files/Storage/Wrapper/Jail.php b/lib/private/Files/Storage/Wrapper/Jail.php index b7933708da8..276f00af33c 100644 --- a/lib/private/Files/Storage/Wrapper/Jail.php +++ b/lib/private/Files/Storage/Wrapper/Jail.php @@ -48,7 +48,7 @@ class Jail extends Wrapper { protected $rootPath; /** - * @param array $arguments ['storage' => $storage, 'mask' => $root] + * @param array $arguments ['storage' => $storage, 'root' => $root] * * $storage: The storage that will be wrapper * $root: The folder in the wrapped storage that will become the root folder of the wrapped storage |