fix: small typo fix

Signed-off-by: yemkareems <yemkareems@gmail.com>
This commit is contained in:
yemkareems 2025-09-29 09:12:38 +05:30 committed by backportbot[bot]
parent 10609e9cc4
commit 8633dd58b1

View file

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