sam-goodwin / eventual

Build scalable and durable micro-services with APIs, Messaging and Workflows
https://docs.eventual.ai
MIT License
175 stars 4 forks source link

feat: support raw http paths that accept binary stream uploads in local #475

Closed sam-goodwin closed 11 months ago

sam-goodwin commented 11 months ago

This is a quick workaround to support placing binary file types as buffers in local so that I can upload raw binary streams like images/videos/etc.

We should also add the ability to simulate pre-signed URLs in S3 but this is a simple fix that helps a lot of cases. I was pulling my hair out trying to figure out why the body was "{}"

thantos commented 11 months ago

Close now that presigned urls are supported?