mirror of
https://github.com/nextcloud/documentation.git
synced 2025-08-16 16:07:43 +00:00
fix(s3): document options for adjusting multipartcopy behavior
Added in nextcloud/server#41914 Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
@ -195,6 +195,8 @@ Optional parameters less commonly needing adjustment:
|
|||||||
* :code:`timeout` defaults to :code:`15`
|
* :code:`timeout` defaults to :code:`15`
|
||||||
* :code:`uploadPartSize` defaults to :code:`524288000`
|
* :code:`uploadPartSize` defaults to :code:`524288000`
|
||||||
* :code:`putSizeLimit` defaults to :code:`104857600`
|
* :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:`legacy_auth` has no default
|
||||||
* :code:`version` defaults to :code:`latest`
|
* :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.]
|
* :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.]
|
||||||
|
Reference in New Issue
Block a user