Problem: Find an efficient and secure way to upload files to S3. Method 1: Pass the file to the server and handle the S3 upload on the server. Method 2: Upload the file directly from the client aka browser to S3. Problem with method #1 is it’s not very efficient, you are unnecessarily wasting the
Archives for