disable part files for object stores
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
d7a70aba84
commit
a95ccf4248
|
@ -424,4 +424,8 @@ class ObjectStoreStorage extends \OC\Files\Storage\Common {
|
|||
public function hasUpdated($path, $time) {
|
||||
return false;
|
||||
}
|
||||
|
||||
public function needsPartFile() {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue