im using express framework and i want to have a middleware to be able to upload files directly from clients to minio s3, how is that possible ?
i tried using multer-s3 package but it gave me error, here is the opened issue on multer-s3's github:
https://github.com/anacronw/multer-s3/issues/190
i also tied to use other packages like multer-minio-storage but it gave me error, here is the opened issue on multer-minio-storage's github:
https://github.com/hoangnguyen1247/multer-minio-storage/issues/20