Thanks to visit codestin.com
Credit goes to github.com

Skip to content

AndrewSparrowww/koa-s3-upload

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

koa-s3-upload

Upload files to AWS S3 using Koa and 50 lines of code!

.env

AWS_ACCESSKEY: Your public access key to Amazon S3
AWS_SECRET: API secret from Amazon S3
AWS_BUCKET: AWS S3 Bucket name

Store those 3 variables onto a .env file in the root folder.

License

MIT

About

Boilerplate to upload files to AWS S3 using koa and 50 lines of code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.9%
  • HTML 30.1%