In this video we build a simple Go app that uploads an image from an HTML form to an AWS S3 Bucket. We do this with the AWS SDK for Go v2. We also show an example of how to save that image to disk.
AWS SDK for Go - https://aws.amazon.com/sdk-for-go/
Godotenv - https://github.com/joho/godotenv
Gin - https://gin-gonic.com/
0:00 - Setup
3:19 - Upload to disk
8:43 - Upload to AWS S3