Search code examples
angularamazon-web-servicesamazon-s3aws-sdk-js

How to view images from S3 bucket to my angular


I have to create a slide show image viewer using Angular 8 . My images are stored in the S3 browser how to fetch all the images from S3 bucket to my angular 8 project


Solution

  • If you don't know url from each image, you need developed a backend service for this.

    If you use NodeJs try this How to read data from AWS S3 in Node.JS

    If you use .net try this Get an Object Using the AWS SDK for .NET

    Regards