Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/djboris9/s3web
HTML 5 Amazon S3 Browser
https://github.com/djboris9/s3web
Last synced: 26 days ago
JSON representation
HTML 5 Amazon S3 Browser
- Host: GitHub
- URL: https://github.com/djboris9/s3web
- Owner: djboris9
- License: lgpl-3.0
- Created: 2013-11-05T14:36:38.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-07T17:28:11.000Z (about 11 years ago)
- Last Synced: 2023-03-27T17:24:51.102Z (almost 2 years ago)
- Language: JavaScript
- Size: 297 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
s3web
=====
Danger: This project hasn't reached an alpha-statusThis project implements an basic Amazon S3 bucket browser, which is fully webbased and doesn't require any dynamic webcontent.
Installation
====
Do this on a static web directory (can be published in S3):git clone https://github.com/djboris9/s3web.git
cd s3web/public_html/
cp config_example.js config.js
vi config.js # Customize the configuration
# Now point your Webserver to public_htmlYou need to enable CORS on all buckets you want to access. Look at this [S3 CORS doc](http://docs.aws.amazon.com/AmazonS3/latest/dev/cors.html)
Technologies used
====
* [AngularJS](http://angularjs.org/)
* [Twitter Bootstrap](http://getbootstrap.com)
* [CryptoJS](to-js.googlecode.com/)THANK YOU
TODO
====
* Make UI to look beautiful
* Implement DELETE/PUT function
* Implement REST ListAllMyBuckets function
* Implement an encrypted secure key 'safe'
* Implement GET/SET ACL on objects
* Implement versioning support
* Provide online version