You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of POSTing directly to a web node, which subsequently uploads the file to S3, the frontend should first make a lightweight call to the web node asking for a signed upload URL. It should then POST to this upload URL instead, which in prod-like cases would allow uploading of files directly to S3, easing the bandwidth and stress on web nodes.
Endpoint
UI to fetch signed URL from new endpoint, then POST there instead
The text was updated successfully, but these errors were encountered:
Instead of POSTing directly to a web node, which subsequently uploads the file to S3, the frontend should first make a lightweight call to the web node asking for a signed upload URL. It should then POST to this upload URL instead, which in prod-like cases would allow uploading of files directly to S3, easing the bandwidth and stress on web nodes.
The text was updated successfully, but these errors were encountered: