Merge pull request #55394 from nextcloud/fix/85262/fix-typo

fix: small typo fix
outside-jail-log
yemkareems 1 week ago committed by GitHub
commit 6a16a28759
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      lib/private/Files/ObjectStore/ObjectStoreStorage.php

@ -797,7 +797,7 @@ class ObjectStoreStorage extends \OC\Files\Storage\Common implements IChunkedFil
} catch (S3MultipartUploadException|S3Exception $e) {
$this->objectStore->abortMultipartUpload($urn, $writeToken);
$this->logger->error(
'Could not compete multipart upload ' . $urn . ' with uploadId ' . $writeToken,
'Could not complete multipart upload ' . $urn . ' with uploadId ' . $writeToken,
[
'app' => 'objectstore',
'exception' => $e,

Loading…
Cancel
Save