Uploading Photos to Amazon Storage?

0

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? >     

asked by anonymous 07.07.2018 / 14:41

1 answer

0

This documentation page " Authenticating Requests in Browser-Based Uploads Using POST (AWS Signature Version 4) "shows you how to do this.

    
10.07.2018 / 17:49