Skip to content

sudarsan15/aws-s3-functions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-s3-functions

AWS S3 Functionalities using NodeJS

This will help you to perform various functionalities using AWS S3

Prerequisite

  1. AWS Account
  2. Create IAM User via IAM console with policy supporting S3
  3. Create a S3 Bucket with public access
  4. Generate the 'AccessKey' and 'AccessSecretKey'

Installation

  1. Clone the repository
  2. Move to cloned directory and install all dependencies
npm install 
  1. Edit '.env' file and replace dummy credential with your credentials
  2. Now start your server
npm start 

Bingo here you go !