I want to put a form with an image upload field on the client that uploads photos directly to Amazon S3 storage, without going through the server, using Meteor, can someone point a direction, any tips? >
I want to put a form with an image upload field on the client that uploads photos directly to Amazon S3 storage, without going through the server, using Meteor, can someone point a direction, any tips? >
This documentation page " Authenticating Requests in Browser-Based Uploads Using POST (AWS Signature Version 4) "shows you how to do this.