-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
I am streaming from one URL hosting big file to s3, and would like to avoid buffering locally, either in files or in-memory. Given that there is no obvious API for this, I tried to trick it with a fifo, but I assume this thing is messing things up.
Is there a way to do this? It feels like I would have to write some code there, but I'm not sure if maybe e.g. s3 API has some limits with regards to big files uploads.
Metadata
Metadata
Assignees
Labels
No labels