Skip to content

Commit 5706efc

Browse files
authored
Merge pull request #14044 from nextcloud/backport/14039/stable32
[stable32] docs(release-notes): s3 integrity protection is now opt-in
2 parents ed83371 + 890f296 commit 5706efc

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

admin_manual/release_notes/upgrade_to_32.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,12 @@ If AppAPI is disabled, other apps that depend on it will not be visible in the a
4545
S3 integrity protections enabled, configuration update may be needed
4646
--------------------------------------------------------------------
4747

48-
The AWS SDK for PHP was updated and now enables the default integrity protections for S3. If your S3 backend does not support the default integrity protection yet, you can disable it since Nextcloud 32.0.2 by adding ``'request_checksum_calculation' => 'when_required',`` and ``'response_checksum_validation' => 'when_required',`` to the object store configuration.
48+
The AWS SDK for PHP was updated and now supports the data integrity protections for S3.
49+
50+
>= Nextcloud 32.0.2: If your S3 backend does not support the data integrity protection, you can disable it by adding ``'request_checksum_calculation' => 'when_required',`` and ``'response_checksum_validation' => 'when_required',`` to the object store configuration.
51+
52+
>= Nextcloud 32.0.3: S3 data integrity protections are disabled by default and are now opt-in.
4953

5054
If your S3 backend does not support this, you may see an error such as ``Checksum Type mismatch occurred, expected checksum Type: null, actual checksum Type: crc32`` in your logs when uploading files.
5155

52-
More details about S3 integrity protection can be found at https://docs.aws.amazon.com/sdkref/latest/guide/feature-dataintegrity.html and https://github.com/aws/aws-sdk-php/discussions/3100.
56+
More details about data integrity protections for S3 can be found at https://docs.aws.amazon.com/sdkref/latest/guide/feature-dataintegrity.html and https://github.com/aws/aws-sdk-php/discussions/3100.

0 commit comments

Comments
 (0)