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
parent cc44ac3ef2
commit 200f9dc39f
No known key found for this signature in database
GPG key ID: 4293DA00B9478934

View file

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