perf(backend): avoid double-reading uploaded file streams #25
No reviewers
Labels
No labels
automerge
backend
bug
ci/tooling
dependencies
documentation
duplicate
enhancement
feature
frontend
good first issue
help wanted
invalid
question
research
test-dependencies
wontfix
No milestone
No project
No assignees
1 participant
Due date
No due date set.
Dependencies
No dependencies set.
Reference: marc/rotini#25
Loading…
Reference in a new issue
No description provided.
Delete branch "perf/avoid-double-reading-uploaded-files"
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?
Uploading a file previously involved a double-read of the data; once to determine the size and another to write to disk. This consolidates the two.
Opportunistically adds missing documentation to the upload flow, including return types, documented behaviour and status code.