]> source.dussan.org Git - nextcloud-server.git/commit
fix(ObjectStore): Make copying behavior consistent with local storage 41565/head
authorFerdinand Thiessen <opensource@fthiessen.de>
Fri, 17 Nov 2023 07:43:22 +0000 (08:43 +0100)
committerFerdinand Thiessen <opensource@fthiessen.de>
Fri, 17 Nov 2023 11:54:37 +0000 (12:54 +0100)
commit5172baaf8b0b028328a59e7692bd395b5da2883b
tree0071d6a00ccd33d7d0c496620ae191383a57bd17
parent158aedb549b253b0b8a84a7c68c0d7bca9e7be54
fix(ObjectStore): Make copying behavior consistent with local storage

Drop file permissions on copy like we do on local storage.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
lib/private/Files/ObjectStore/ObjectStoreStorage.php
lib/public/Files/Cache/ICacheEntry.php
tests/lib/Files/ObjectStore/ObjectStoreStorageTest.php