Merge pull request #55407 from nextcloud/backport/55394/stable32

[stable32] fix: small typo fix
This commit is contained in:
Andy Scherzinger 2025-09-29 23:05:15 +02:00 committed by GitHub
commit 5653eea5f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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,