Sunday 24 February 2019

What's the best practices on how to keep reference of images uploaded to S3?

I'm currently saving images to S3 but I'm just wondering how go about this:Say I have a product and there's 15 images I'd like to send off to S3. Currently I'm using multer and it's being sent over to S3 fine.My question is what are the best practices on what to save to my db and also id like to save the image reference in the order it was sent so when I go and retrieve the image's there in order that the user uploaded them.How should I go about this?

Submitted February 24, 2019 at 10:45PM by prgrmmr7

No comments:

Post a Comment