Update big_file_upload_configuration.rst

Added a note explaining chunk size has no impact on unauthenticated uploads.

Signed-off-by: austin3410 <32914667+austin3410@users.noreply.github.com>
This commit is contained in:
austin3410
2023-12-15 13:29:55 -06:00
committed by GitHub
parent aea626f698
commit 2e9368151c

View File

@@ -162,6 +162,7 @@ Put in a value in bytes (in this example, 20MB). Set ``--value 0`` for no chunki
Default is 10485760 (10 MiB).
.. note:: Changing ``max_chunk_size`` will not have any performance impact on files uploaded through File Drop shares as unauthenticated file uploads are not chunked.
Large file upload on object storage
-----------------------------------