Question: This is an explanation of a problem, I encountered while uploading files to S3 using tus-node-server or Tusd. The problem, is I have a server running tus server and takes requests from react and react native clients. The file ...
Question: Our app allow our clients large file uploads. Files are stored on AWS/S3 and we use Uppy for the upload, and dockerize it to be used under a kubernetes deployment where we can up the number of instances. It ...