mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04:00
Merge pull request #16591 from nextcloud/fix/noid/typo-in-comment
Fix typo in comment
This commit is contained in:
commit
8d8766d5a7
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ trait S3ObjectTrait {
|
|||
try {
|
||||
$uploader->upload();
|
||||
} catch (S3MultipartUploadException $e) {
|
||||
// This is an emty file so just touch it then
|
||||
// This is an empty file so just touch it then
|
||||
if ($count === 0 && feof($countStream)) {
|
||||
$uploader = new ObjectUploader($this->getConnection(), $this->bucket, $urn, '');
|
||||
$uploader->upload();
|
||||
|
|
|
|||
Loading…
Reference in a new issue