Skip to content

Commit 0daf4e3

Browse files
committed
chore(administration): Generate system config documentation from config.sample.php
1 parent cc84e90 commit 0daf4e3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

admin_manual/configuration_server/config_sample_php_parameters.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3019,6 +3019,12 @@ objectstore
30193019
// optional: Maximum number of retry attempts for failed S3 requests
30203020
// Default: 5
30213021
'retriesMaxAttempts' => 5,
3022+
// Data Integrity Protections for Amazon S3 (https://docs.aws.amazon.com/sdkref/latest/guide/feature-dataintegrity.html)
3023+
// Valid values are "when_required" (default) and "when_supported".
3024+
// To ensure compatibility with 3rd party S3 implementations, Nextcloud disables it by default. However, if you are
3025+
// using Amazon S3 (or any other implementation that supports it) we recommend enabling it by using "when_supported".
3026+
'request_checksum_calculation' => 'when_required',
3027+
'response_checksum_validation' => 'when_required',
30223028
],
30233029
],
30243030

0 commit comments

Comments
 (0)