Skip to content

Node Express app to handle s3 bucket upload, update, delete and download.

Notifications You must be signed in to change notification settings

shresthabijay/s3-node-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS S3 BUCKET EXPRESS SERVICE

Add a .env file and provide proper AWS keys.

PORT=${port_number}
ENV=DEV
BUCKET_NAME={$bucket_name}
AWS_ACCESS_KEY_ID_MAIN={$aws_access_id}
AWS_SECRET_ACCESS_KEY_MAIN={$aws_secret_key}

Run the server using npm start

About

Node Express app to handle s3 bucket upload, update, delete and download.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published