fix: small typo fix

Signed-off-by: yemkareems <yemkareems@gmail.com>
pull/55407/head
yemkareems 2025-09-29 09:12:38 +07:00 committed by backportbot[bot]
parent 10609e9cc4
commit 8633dd58b1
1 changed files with 1 additions and 1 deletions

@ -789,7 +789,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,