-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ocis][clients] Large File Uploads #19
Comments
We might want to clarify that the scope of this only applies to authenticated uploads, not public link nor file drop. In OC 10 we decided against chunking for anonymous access due to the possibility of spamming the upload cache with random chunks by unauthenticated users. |
Some tech info about the curl requests for a simple "two-request" based upload which can be useful for clients:
=> you can replace username/password with an authorization + bearer token instead
Since we only uploaded a few bytes, the offset moved to 15 Replace "abcdefghijklmno" with the file data. (I didn't manage to and |
I've updated the checkboxes and added a few more as I continue finding small issues |
The prodocol is doccumented at: https://tus.io/protocols/resumable-upload.html Issue: owncloud/product#19
The prodocol is doccumented at: https://tus.io/protocols/resumable-upload.html Issue: owncloud/product#19
The prodocol is doccumented at: https://tus.io/protocols/resumable-upload.html Issue: owncloud/product#19
The prodocol is doccumented at: https://tus.io/protocols/resumable-upload.html Issue: owncloud/product#19
Matching Jira ticket https://jira.owncloud.com/browse/OCIS-9 was closed. |
Future
Use Cases
Nasty middleware example:
PUT > 100MB will fail:
https://demo.shniq.cloud/
Cloudflare limits upload size (HTTP POST request size) per plan type:
100MB Free and Pro
(Source: https://support.cloudflare.com/hc/en-us/articles/200172516#h_51422705-42d0-450d-8eb1-5321dcadb5bc)
Cern
oCIS
Reva changes
Phoenix
Start next sprint with TUS client https://github.com/owncloud/enterprise/issues/3901
Effort: M
Complexity: S/M
Desktop
iOS
Android...
The text was updated successfully, but these errors were encountered: