fix: small typo fix

Signed-off-by: yemkareems <yemkareems@gmail.com>
pull/55394/head
yemkareems 1 week ago
parent cc44ac3ef2
commit 200f9dc39f
No known key found for this signature in database
GPG Key ID: 4293DA00B9478934
  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) { } catch (S3MultipartUploadException|S3Exception $e) {
$this->objectStore->abortMultipartUpload($urn, $writeToken); $this->objectStore->abortMultipartUpload($urn, $writeToken);
$this->logger->error( $this->logger->error(
'Could not compete multipart upload ' . $urn . ' with uploadId ' . $writeToken, 'Could not complete multipart upload ' . $urn . ' with uploadId ' . $writeToken,
[ [
'app' => 'objectstore', 'app' => 'objectstore',
'exception' => $e, 'exception' => $e,

Loading…
Cancel
Save