Open
Description
Since i am storing files on S3 and uploading them to E2B, it seems I have to either download them to file or memory then upload them.
This is not ideal for obvious reasons, and it would be preferable if I could directly stream from S3 to E2B instead of making a pit stop on my backend server.