Skip to content

🚀 Image upload to AWS S3 bucket with node express

License

Notifications You must be signed in to change notification settings

azkarmoulana/aws-s3-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

aws-s3-node

image upload to aws s3 bucket with node js


const BUCKET_NAME = "bucket name goes here" ;
const IAM_USER_KEY = "IAM user key" ;
const IAM_USER_SECRET = "IAM user secret key" ;

add your BUCKET_NAME, IAM_USER_KEY, IAM_USER_SECRET to configure with AWS

Development server

Run npm start for a dev server. Navigate to http://localhost:4000/.

Releases

No releases published

Packages

No packages published