Merge pull request #12390 from nextcloud/admin-primary-s3-multipartcopy

fix(s3): document options for adjusting multipartcopy behavior
This commit is contained in:
Julius Knorr
2024-12-02 21:48:05 +01:00
committed by GitHub

View File

@@ -195,6 +195,8 @@ Optional parameters less commonly needing adjustment:
* :code:`timeout` defaults to :code:`15`
* :code:`uploadPartSize` defaults to :code:`524288000`
* :code:`putSizeLimit` defaults to :code:`104857600`
* :code:`useMultipartCopy` defaults to :code:`true`
* :code:`copySizeLimit` defaults to :code:`5242880000`
* :code:`legacy_auth` has no default
* :code:`version` defaults to :code:`latest`
* :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.]