SuperSchek / filmerds-dashboard

Small dashboard to ease the pain that is publishing podcasts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Direct S3 Upload Example

Build Status

An opinionated starting point for do-it-yourself AWS S3 file uploads. Example in Rails, but could easily be implemented in any other Ruby based web app.

Fire up your engines!

$ bundle install
export AWS_ACCESS_KEY_ID=KEY
export AWS_SECRET_ACCESS_KEY=SECRET
export AWS_S3_BUCKET=BUCKET_NAME
export AWS_REGION=REGION
$ rails db:migrate
$ rake test
$ rails s

Visit http://localhost:3000/uploads/new and upload!

About

Small dashboard to ease the pain that is publishing podcasts.


Languages

Language:Ruby 76.1%Language:HTML 13.2%Language:JavaScript 8.8%Language:CSS 1.9%