AWS JavaScript NestJS TypeScript

API with NestJS #10. Uploading public files to Amazon S3

This entry is part 10 of 121 in the API with NestJS

While storing files directly in the database is doable, it might not be the best approach. Files can take a lot of space, and it might impact the performance of the application. Also, it increases the size of the database and, therefore, makes backups bigger and slower. A good alternative is storing files separately using […]