Closed satie closed 6 years ago
Hi @satie, why is a multi-part upload needed for a function? Ideally we should be running read-only. Could this be passed in via the body instead?
If the file is too large then store it in S3/Minio before pulling into /tmp/ for use in the function.
Alex
I'm totally agree with @alexellis, you should not use multipart.
Derek close: inactive PR
@alexellis - my apologies for not following up. I agree with the recommendation to not use multipart. For my use case, I am now uploading files to minio and passing the object information to the function.
Thank you for your support!
No problems. What are you using it for now?
Added support for multipart uploads using multer.