achanda101 / ZenS3

An AJAX Upload Interface for S3 Buckets, works for multiple file uploads

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Screenshot

ZenS3 is a simple ajax upload interface for Amazon's Simple Storage Service. It is meant for those who want to share files quickly using S3. It is built on top of Twitter's Bootstrap and Amazon S3 PHP Class. The awesome SWFUpload library handles the AJAX uploads.

Installation

This is a plug-n-play app. Just feed the config.php file with your AWS key and secret. Upload it to your server and enjoy!

How it works

You can select from a number of buckets where you want to upload. You can decide whether you want to share files with public or with authenticated users only. If you select to share with authenticated users only, you'd receive an authenticated URL. If shared with public, you'd get public URL. In both cases (public or private), anyone who has S3 upload URL can only read the files.

Caveat

ZenS3 doesn't have any authentication mechanism. So anyone who has the URL of a ZenS3 installation can access and upload files to your buckets! You may want to install it on your local server and access it whenever you like. Or integrate it with another project.

Issues

This is a very simple upload interface built in an hour.

  • Once the first upload is complete, cannot upload again without refreshing the page

EDIT:

Capable of handling multiple file uploads (max = 5).

About

An AJAX Upload Interface for S3 Buckets, works for multiple file uploads


Languages

Language:PHP 56.0%Language:JavaScript 44.0%