We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86d0afd + 21db463 commit 62675ebCopy full SHA for 62675eb
1 file changed
lib/private/Files/ObjectStore/ObjectStoreStorage.php
@@ -465,6 +465,7 @@ public function writeStream(string $path, $stream, int $size = null): int {
465
466
$stat['mimetype'] = $mimetype;
467
$stat['etag'] = $this->getETag($path);
468
+ $stat['checksum'] = '';
469
470
$exists = $this->getCache()->inCache($path);
471
$uploadPath = $exists ? $path : $path . '.part';
0 commit comments