AWS Bites #56 - What can you do with S3 presigned URLs?

Published a YouTube video
Spoke about AWS
Published a podcast episode
+1
https://awsbites.com/56-what-can-you-do-with-s3-presigned-urls/

Uploading and downloading files are some of the most common operations for web applications. But let’s face it, as common as they are, they are still challenging features to implement in a reliable and scalable way!


This is especially true for serverless environments where you have strict limits in payload size and you cannot have long-running connections.


So what’s the solution? If you are using S3, pre-signed URLs can help quite a bit!


In this episode of AWS Bites podcast, we are going to learn more about them, and… if you stick until the very end of this episode, we are going to disclose an interesting and quite unknown tip about pre-signed URLs!


Some of the resources we mentioned: