I use Meteor and would like to create a form with an image upload field that saves the downloaded file into the Amazon S3 bucket in its original size, as well as several sizes of thumbnails defined (transmitted) through the code.
So far, I am using lepozepo: s3 package , which works fine, but doesn't seem to allow me to create additional sketches.
Given that I can upload source files to S3, Iām considering viewing a service on Amazon that can generate the thumbnails you need and then notify my Meteor app. But I'm not sure how to achieve this.
Can someone point me in the right direction or talk about a better approach for this?
PS: I want to avoid using Filepicker.io.
source share