Receive uploads: add streaming direct upload path #1
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?
Background
Direct receive uploads below the multipart threshold still parse the request through
request.formData(). This follow-up tracks a streaming-safe direct upload path or an explicit threshold/API adjustment if streaming multipart form parsing is not viable on Workers.Source: Deferred from receive links fix pass after PR multi-agent code review
File:
worker.js:3280Branch:
feature/receive-links-foundationFailure mode
handleReceiveUploadSmall.request.formData()before writing file bytes to R2.Why deferred from receive links fix pass
Proposed work
multipart/form-datato a streaming raw-body endpoint with metadata in headers or query parameters.Acceptance
References
feature/receive-links-foundationreceive-links review fix pass.