mirror of
https://github.com/nextcloud/server.git
synced 2026-02-26 03:11:28 -05:00
Merge pull request #27752 from nextcloud/backport/27586/stable22
[stable22] Reset checksum when writing files to object store
This commit is contained in:
commit
c73070c19d
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