perf(backend): avoid double-reading uploaded file streams #25

Merged
mcataford merged 3 commits from perf/avoid-double-reading-uploaded-files into main 2023-08-19 15:05:55 +00:00
mcataford commented 2023-08-19 15:04:15 +00:00 (Migrated from github.com)

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.

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.
This repo is archived. You cannot comment on pull requests.
No description provided.