Uploading files to AWS S3 Directly (NodeJS & React)
What We Need
AWS S3 Bucket
Of course we need an AWS Account (free tier is okay). This is where we actually save our file uploads
Express App
Generates a temporary signature (URL) we can use on the frontend to upload a file directly to S3
React A...
bretaxlsebastian.hashnode.dev5 min read