We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ef25a7 commit 5334a3dCopy full SHA for 5334a3d
apps/dav/lib/Connector/Sabre/File.php
@@ -512,6 +512,7 @@ private function needsPartFile($storage) {
512
// TODO: in the future use ChunkHandler provided by storage
513
return !$storage->instanceOfStorage('OCA\Files_Sharing\External\Storage') &&
514
!$storage->instanceOfStorage('OC\Files\Storage\OwnCloud') &&
515
+ !$storage->instanceOfStorage('OC\Files\ObjectStore\ObjectStoreStorage') &&
516
$storage->needsPartFile();
517
}
518
0 commit comments