Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leonid-shevtsov/s3-browser-upload-demo
Demonstration of direct S3 upload from browser
https://github.com/leonid-shevtsov/s3-browser-upload-demo
Last synced: about 2 months ago
JSON representation
Demonstration of direct S3 upload from browser
- Host: GitHub
- URL: https://github.com/leonid-shevtsov/s3-browser-upload-demo
- Owner: leonid-shevtsov
- Created: 2015-11-11T15:25:07.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-01T13:24:30.000Z (about 8 years ago)
- Last Synced: 2024-10-12T18:29:07.224Z (2 months ago)
- Language: JavaScript
- Homepage: http://s3-browser-upload-demo.herokuapp.com
- Size: 5.86 KB
- Stars: 85
- Watchers: 4
- Forks: 33
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Minimal demo of S3 browser upload
This is a supplement to the [Demystifying S3 browser upload](http://leonid.shevtsov.me/en/demystifying-s3-browser-upload) article.
## How to run
You will need [Node.js](https://nodejs.org).
Get an AWS account, create an S3 bucket, generate a key pair (refer to the article for details), then run:
``` shell
env S3_ACCESS_KEY=xxx S3_SECRET_KEY=xxx S3_BUCKET=xxx S3_REGION=xxx node server.js
```and finally open [http://localhost:5000](http://localhost:5000) in your browser.