Uh oh!
There was an error while loading. Please reload this page.
Reset checksum when writing files to object store - #27586
Conversation
Signed-off-by: Julius Härtl <jus@bitgrid.net>
blizzz
commented
Jun 22, 2021
are backports necessary? |
kesselb
left a comment
There was a problem hiding this comment.
LGTM. Let's see what icewind thinks.
juliusknorr
commented
Jun 29, 2021
/backport to stable22 |
juliusknorr
commented
Jun 29, 2021
/backport to stable21 |
juliusknorr
commented
Jun 29, 2021
/backport to stable20 |
Hello, do you think it would be possible to backport it to 19? Or is it risky/not recommended? Thanks for your help :) |
blizzz
commented
Jul 1, 2021
19 is having its last release today and goes EOL. So it would not get included. |
ImaCrea
commented
Jul 1, 2021
Oh, didn't know that. Thanks for the info ! Gotta update quick I guess :) |
With a local storage the checksum will be reset when scanning the file after writing to it:
server/lib/private/Files/Cache/Scanner.php
Line 222 in 215aef3
This does not work for object store storage backends as those use a NoopScanner so the checksum was never reset for those.
Fixes#27563