mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 09:13:19 -04:00
disable part files for s3 external storage
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
cc9dd4280f
commit
9154b27943
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