Skip to content

Commit 328c544

Browse files
authored
Merge pull request #12414 from nextcloud/backport/12390/stable29
[stable29] fix(s3): document options for adjusting multipartcopy behavior
2 parents dca2b3f + 1458c38 commit 328c544

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

admin_manual/configuration_files/primary_storage.rst

+2
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,8 @@ Optional parameters less commonly needing adjustment:
195195
* :code:`timeout` defaults to :code:`15`
196196
* :code:`uploadPartSize` defaults to :code:`524288000`
197197
* :code:`putSizeLimit` defaults to :code:`104857600`
198+
* :code:`useMultipartCopy` defaults to :code:`true`
199+
* :code:`copySizeLimit` defaults to :code:`5242880000`
198200
* :code:`legacy_auth` has no default
199201
* :code:`version` defaults to :code:`latest`
200202
* :code:`verify_bucket_exists` defaults to :code:`true` [Note: Setting this to :code:`false` *after* confirming the bucket has been created may provide a performance benefit, but may not be possible in multibucket scenarios.]

0 commit comments

Comments
 (0)