disable part files for s3 external storage
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
cc9dd4280f
commit
9154b27943
|
@ -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