Uh oh!
There was an error while loading. Please reload this page.
fix(s3): make data integrity protections opt-in - #56672
Conversation
kesselb
commented
Nov 25, 2025
/backport to stable32 |
kesselb
commented
Nov 25, 2025
cc @cfiehe |
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
a54887d to
f977a7fCompareUh oh!
There was an error while loading. Please reload this page.
kesselb
commented
Dec 3, 2025
/backport to stable32 |
kesselb
commented
Jan 31, 2026
Documentation update nextcloud/documentation#14039 |
skjnldsv
commented
Apr 28, 2026
@kesselb@provokateurin do you think this also apply to external storage S3 ? |
kesselb
commented
Apr 28, 2026
@skjnldsv should be because the trait is used by primary storage and external. We didn't add a UI option, but occ works:
If you are unsure if the s3 backend is reading the value at all, try:
|
skjnldsv
commented
Apr 28, 2026
Yes, I saw that in the code. Thanks!! 🙏 |
Summary
Follow up for nextcloud/documentation#13875, #56096 and #56078.
The AWS SDK shipped with Nextcloud 32 does enable it by default. That only works if your S3 implementation does support it. Otherwise, you are unable to upload new files. Therefore we are turning it off by default.
Checklist
3. to review, feature component)stable32)