disable part files for s3 external storage
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
83ef030ea6
commit
d97f66454c
|
@ -50,6 +50,10 @@ class AmazonS3 extends \OC\Files\Storage\Common {
|
|||
use S3ConnectionTrait;
|
||||
use S3ObjectTrait;
|
||||
|
||||
public function needsPartFile() {
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* @var int in seconds
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue