Tutorial to implement S3 file upload
Hi guys, Iām new to file uploading.
Does anyone know a good tutorial on how to implement S3 file upload in React/Nextjs (specially T3 app)? Iām new to this and kind wanna know the best way to handle it rn since uploadthing is still in beta. š
2 Replies
TomDoesTech
YouTube
Use Presigned PUT URLs to Easily Upload Files to AWS S3
Theo's Tweet: https://twitter.com/t3dotgg/status/1564019039877271552
Repository: https://github.com/TomDoesTech/pre-signed-put-url
0:00 Intro
0:43 Data flow
1:45 Bootstrap application
2:33 S3 bucket setup
5:07 Get PUT URL handler
10:36 Form
15:24 Does it work?
š Follow me here:
Discord: https://discord.gg/4ae2Esm6P7
Twitter: https://twitter.c...
Looks good! Ty!