Skip to content

Commit db62e69

Browse files
authored
Merge pull request #11712 from nextcloud/docs/admin/multipartupload-bigfiles
docs(admin): Document MultipartUpload for uploading chunks to s3
2 parents 228f0e6 + 848086d commit db62e69

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

admin_manual/configuration_files/big_file_upload_configuration.rst

+2
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@ to the actual file on the Nextcloud servers temporary directory. It is recommend
174174
the size of your temp directory accordingly and also ensure that request timeouts are high
175175
enough for PHP, webservers or any load balancers involved.
176176

177+
.. tip:: In more recent versions of Nextcloud Server, when uploading to S3 in *Primary Storage* mode, we use S3 `MultipartUpload`. This allows chunked upload streaming of the chunks directly to S3 so that the final MOVE request no longer needs to assemble the final file on the Nextcloud server. This requires your ``memcache.distributed`` to be set to use Redis (or Memcached), otherwise we fall back on the prior behavior which consumes space on the Nextcloud Server for file assembly (as described above).
178+
177179
Federated Cloud Sharing
178180
-----------------------
179181

0 commit comments

Comments
 (0)