disable part files for s3 external storage

Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
Robin Appelman 2017-06-07 17:35:27 +02:00
parent 83ef030ea6
commit d97f66454c
No known key found for this signature in database
GPG Key ID: CBCA68FBAEBF98C9
1 changed files with 4 additions and 0 deletions

View File

@ -50,6 +50,10 @@ class AmazonS3 extends \OC\Files\Storage\Common {
use S3ConnectionTrait;
use S3ObjectTrait;
public function needsPartFile() {
return false;
}
/**
* @var int in seconds
*/