-
-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
bugSomething isn't workingSomething isn't working
Description
🐞 Describe the bug
When uploading large files (larger than the available memory), the upload fails.
In our case, the pod running in Kubernetes is OOM killed.
Line 25 in cbd7ba2
| const fileContent = fs.readFileSync(filePath) |
💡 Expected behavior
Allow upload of large files.
📋 Additional context
S3 upload accepts file streams for the body.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working