1

I want to know how and where E-commerce sites upload their product's images. How good will be Amazon AWS S3 bucket?

How we can upload/get multiple images at one go using Node/Javascript/Angular.

Kindly suggest. Thanks

1 Answer 1

1

Hey you can use AWS S3 client libraries http://aws.amazon.com/code it supports multiple languages.

Alternatively you can also use check out MinioIts Open Source, with AWS S3 compatible API. [disclaimer: I work there]

We have a javascript client library which will support all the operations like create, delete, List, PresignedURL options with AWS S3.

Example code: https://github.com/minio/minio-js/tree/master/examples

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.