S3 presigned URLs with nodejs
JAN 2021
In this video we create a time limited signed url for an image store on S3, using nodejs.
Using S3 signed urls, we can limit access to S3 files only to users who has access to these urls. We can also limit the amount of time in which these users can access the files.
We also see learn how to generate signed urls for uploading images as well.