mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 02:00:51 -04:00
disable part files for s3 external storage
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
83ef030ea6
commit
d97f66454c
1 changed files with 4 additions and 0 deletions
|
|
@ -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 a new issue