AWS JavaScript NestJS TypeScript
API with NestJS #11. Managing private files with Amazon S3
There is quite a bit more to Amazon S3 than storing public files. In this article, we look into how we can manage private files. To do so, we learn how to set up a proper private Amazon S3 bucket and how to upload and access files. We use streams and generate presigned URLs with […]