You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please use the 👍 reaction to show that you want to have the same feature implemented.
Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
Subscribe to receive notifications on status change and new comments.
Feature description
The Nextcloud server 26.0.0 has added s3-multipart support for DAV: nextcloud/server#27034. It requires the client to make changes to support this feature too, as described in the pull request nextcloud/server#27034.
When using the s3-multipart feature, uploading big files to a Nextcloud server using S3 will be significantly faster. It is because the process of assembling chunks will take place on S3. It can also help reduce the cost on S3.
@ZE3kr thanks for opening this issue! I suppose this would be a great addition to all clients, so Android and iOS as well to make upload more robust and efficient.
How to use GitHub
Feature description
The Nextcloud server 26.0.0 has added
s3-multipart
support for DAV: nextcloud/server#27034. It requires the client to make changes to support this feature too, as described in the pull request nextcloud/server#27034.When using the
s3-multipart
feature, uploading big files to a Nextcloud server using S3 will be significantly faster. It is because the process of assembling chunks will take place on S3. It can also help reduce the cost on S3.Implement this feature can solve this issue: nextcloud/server#19414
And can also solve: nextcloud/server#19223, nextcloud/server#17992
The text was updated successfully, but these errors were encountered: