Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.
/ plupload-s3 Public archive

Sinatra one-file-app that shows how to use Plupload to store directly on Amazon S3

Notifications You must be signed in to change notification settings

jbourassa/plupload-s3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Example Plupload + S3 application

Everything is pretty much explained here. This is a demo application, do not bindly copy-paste to your app, there are some dangerous things in here.

Dependencies

You need Ruby and Sinatra for this app to run.

# Once you have ruby and rubygems installed :
$ gem install sinatra # sudo may be required, depending on your setup

Running the app

Make sure you configure the global : $ACL, $BUCKET, $AWS_SECRET. Then :

ruby app.rb

About

Sinatra one-file-app that shows how to use Plupload to store directly on Amazon S3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages