#Where to store files(pdfs)?
2 messages · Page 1 of 1 (latest)
I would use something like minio or an S3 storage
2 messages · Page 1 of 1 (latest)
Hello, I'm making an app where I have to POST PDFs from my frontend to my nestjs backend. I implemented the functionality using multer however I'm thinking where would it be best to actually store those files so they can be retrieved later on. Any Ideas? What are the best places to do this? Google Drive?
I would use something like minio or an S3 storage