mirror of
https://github.com/nspcc-dev/panel-fs-neo-org.git
synced 2026-03-01 04:29:25 +00:00
Uploading big files never finishes #73
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @roman-khimov on GitHub (Dec 25, 2023).
Originally assigned to: @mike-petrov on GitHub.
Current Behavior
Spinning circle.
Expected Behavior
Successful upload.
Possible Solution
Fix it.
Steps to Reproduce
Try pushing 175M object into some container.
Your Environment
@mike-petrov commented on GitHub (Jan 22, 2024):
We got
413 (Payload Too Large)error, because usePOST https://rest.t5.fs.neo.org/v1/objectsrequest with body contains our file in base64 format:REST should support binary uploading. Also we should consider how to transfer params above in this case
@roman-khimov commented on GitHub (Jan 22, 2024):