Skip to content

Commit 9617fa2

Browse files
icewind1991backportbot[bot]
authored andcommitted
fix: make objectstore copy consistent with changed local storage behavior
fix: make objectstore copy consistent with changed local storage behavior Signed-off-by: Robin Appelman <robin@icewind.nl> [skip ci]
1 parent 10aab0d commit 9617fa2

2 files changed

Lines changed: 0 additions & 3 deletions

File tree

lib/private/Files/ObjectStore/ObjectStoreStorage.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ class ObjectStoreStorage extends \OC\Files\Storage\Common implements IChunkedFil
3535
private string $objectPrefix = 'urn:oid:';
3636

3737
private LoggerInterface $logger;
38-
39-
private bool $handleCopiesAsOwned;
4038
protected bool $validateWrites = true;
4139
private bool $preserveCacheItemsOnDelete = false;
4240

tests/lib/Files/ObjectStore/ObjectStoreStorageTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@ public function testCopyPreservesPermissions(): void {
246246
*/
247247
public function testCopyGrantsPermissions(): void {
248248
$config['objectstore'] = $this->objectStorage;
249-
$config['handleCopiesAsOwned'] = true;
250249
$instance = new ObjectStoreStorageOverwrite($config);
251250

252251
$cache = $instance->getCache();

0 commit comments

Comments
 (0)