Skip to content

Commit 62675eb

Browse files
authored
Merge pull request #27586 from nextcloud/bugfi/noid/objectstore-checksum
Reset checksum when writing files to object store
2 parents 86d0afd + 21db463 commit 62675eb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/private/Files/ObjectStore/ObjectStoreStorage.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,7 @@ public function writeStream(string $path, $stream, int $size = null): int {
465465

466466
$stat['mimetype'] = $mimetype;
467467
$stat['etag'] = $this->getETag($path);
468+
$stat['checksum'] = '';
468469

469470
$exists = $this->getCache()->inCache($path);
470471
$uploadPath = $exists ? $path : $path . '.part';

0 commit comments

Comments
 (0)