简体   繁体   中英

How to upload multiple images into amazon AWS S3 bucket using Node/Angular/JavaScript

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

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

Alternatively you can also use check out Minio Its 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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM