Skip to content

Commit

Permalink
Do not upload .part files to google
Browse files Browse the repository at this point in the history
  • Loading branch information
jvillafanez authored and phil-davis committed May 8, 2020
1 parent 9728492 commit b14e8e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/dav/lib/Connector/Sabre/File.php
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,7 @@ private function needsPartFile($storage) {
// and/or add method on Storage called "needsPartFile()"
return !$storage->instanceOfStorage('OCA\Files_Sharing\External\Storage') &&
!$storage->instanceOfStorage('OCA\Files_external\Lib\Storage\OwnCloud') &&
!$storage->instanceOfStorage('OCA\Files_external\Lib\Storage\Google') &&
!$storage->instanceOfStorage('OC\Files\ObjectStore\ObjectStoreStorage');
}

Expand Down

0 comments on commit b14e8e4

Please sign in to comment.