AWS S3 Functionalities using NodeJS
This will help you to perform various functionalities using AWS S3
- AWS Account
- Create IAM User via IAM console with policy supporting S3
- Create a S3 Bucket with public access
- Generate the 'AccessKey' and 'AccessSecretKey'
- Clone the repository
- Move to cloned directory and install all dependencies
npm install
- Edit '.env' file and replace dummy credential with your credentials
- Now start your server
npm start
Bingo here you go !