mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Reset checksum when writing files to object store
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
9a05fd4f52
commit
21db463bc9
1 changed files with 1 additions and 0 deletions
|
|
@ -465,6 +465,7 @@ class ObjectStoreStorage extends \OC\Files\Storage\Common {
|
|||
|
||||
$stat['mimetype'] = $mimetype;
|
||||
$stat['etag'] = $this->getETag($path);
|
||||
$stat['checksum'] = '';
|
||||
|
||||
$exists = $this->getCache()->inCache($path);
|
||||
$uploadPath = $exists ? $path : $path . '.part';
|
||||
|
|
|
|||
Loading…
Reference in a new issue