Merge pull request #4503 from nextcloud/downstream-27281

fix objectstore rename
This commit is contained in:
Roeland Jago Douma 2017-04-26 17:17:24 +02:00 committed by GitHub
commit edd9444209
1 changed files with 1 additions and 0 deletions

View File

@ -512,6 +512,7 @@ class File extends Node implements IFile {
// TODO: in the future use ChunkHandler provided by storage
return !$storage->instanceOfStorage('OCA\Files_Sharing\External\Storage') &&
!$storage->instanceOfStorage('OC\Files\Storage\OwnCloud') &&
!$storage->instanceOfStorage('OC\Files\ObjectStore\ObjectStoreStorage') &&
$storage->needsPartFile();
}