mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Merge pull request #55407 from nextcloud/backport/55394/stable32
[stable32] fix: small typo fix
This commit is contained in:
commit
5653eea5f0
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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue