From 63047c535e08954a9a5b713bd6c6619de59ea8b9 Mon Sep 17 00:00:00 2001 From: austin3410 <32914667+austin3410@users.noreply.github.com> Date: Fri, 15 Dec 2023 13:20:02 -0600 Subject: [PATCH 1/2] Update file_sharing_configuration.rst Added section to explain that public uploads aren't chunked. Signed-off-by: austin3410 <32914667+austin3410@users.noreply.github.com> --- .../configuration_files/file_sharing_configuration.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/admin_manual/configuration_files/file_sharing_configuration.rst b/admin_manual/configuration_files/file_sharing_configuration.rst index 3e67a021f88..cb8d307412b 100644 --- a/admin_manual/configuration_files/file_sharing_configuration.rst +++ b/admin_manual/configuration_files/file_sharing_configuration.rst @@ -160,3 +160,12 @@ appropriate permissions on it, and then no matter which users come and go, the file shares will remain. Because all files added to the share, or edited in it, automatically become owned by the owner of the share regardless of who adds or edits them. + +Using File Drop Share links +------------------------------ + +Using a File Drop Share allows users to upload files to Nextcloud through an unauthenticated session. +File Drop Share links will only work when ``Allow public uploads`` is checked in the Sharing section of the Administration Settings page. + +.. note:: File Drop Shares currently have a limitation in that any files uploaded through an unauthenticated session will not be chunked. + Therefore the maximum file size that can be uploaded through File Drop Shares depends entirely on settings set within your environment. From 0ae03aeedd08ca0a518004d102c1317abab681c4 Mon Sep 17 00:00:00 2001 From: austin3410 <32914667+austin3410@users.noreply.github.com> Date: Fri, 15 Dec 2023 13:29:55 -0600 Subject: [PATCH 2/2] 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> --- .../configuration_files/big_file_upload_configuration.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/admin_manual/configuration_files/big_file_upload_configuration.rst b/admin_manual/configuration_files/big_file_upload_configuration.rst index 8e188dc961a..af52cb4126c 100644 --- a/admin_manual/configuration_files/big_file_upload_configuration.rst +++ b/admin_manual/configuration_files/big_file_upload_configuration.rst @@ -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 -----------------------------------