Merge pull request #4503 from nextcloud/downstream-27281
fix objectstore rename
This commit is contained in:
commit
edd9444209
1 changed files with 1 additions and 0 deletions
|
@ -512,6 +512,7 @@ class File extends Node implements IFile {
|
||||||
// TODO: in the future use ChunkHandler provided by storage
|
// TODO: in the future use ChunkHandler provided by storage
|
||||||
return !$storage->instanceOfStorage('OCA\Files_Sharing\External\Storage') &&
|
return !$storage->instanceOfStorage('OCA\Files_Sharing\External\Storage') &&
|
||||||
!$storage->instanceOfStorage('OC\Files\Storage\OwnCloud') &&
|
!$storage->instanceOfStorage('OC\Files\Storage\OwnCloud') &&
|
||||||
|
!$storage->instanceOfStorage('OC\Files\ObjectStore\ObjectStoreStorage') &&
|
||||||
$storage->needsPartFile();
|
$storage->needsPartFile();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue