Skip to content

Commit

Permalink
disable part files for s3 external storage
Browse files Browse the repository at this point in the history
Signed-off-by: Robin Appelman <robin@icewind.nl>
  • Loading branch information
icewind1991 committed Jun 20, 2017
1 parent 71f84c9 commit 7acacd8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/files_external/lib/Lib/Storage/AmazonS3.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ class AmazonS3 extends \OC\Files\Storage\Common {
use S3ConnectionTrait;
use S3ObjectTrait;

public function needsPartFile() {
return false;
}

/**
* @var int in seconds
*/
Expand Down

0 comments on commit 7acacd8

Please sign in to comment.