mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
fix: small typo fix
Signed-off-by: yemkareems <yemkareems@gmail.com>
This commit is contained in:
parent
cc44ac3ef2
commit
200f9dc39f
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue