Skip to content

leonid-shevtsov/s3-browser-upload-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimal demo of S3 browser upload

This is a supplement to the Demystifying S3 browser upload article.

How to run

You will need Node.js.

Get an AWS account, create an S3 bucket, generate a key pair (refer to the article for details), then run:

env S3_ACCESS_KEY=xxx S3_SECRET_KEY=xxx S3_BUCKET=xxx S3_REGION=xxx node server.js

and finally open http://localhost:5000 in your browser.

About

Demonstration of direct S3 upload from browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published