https://github.com/unfoldingword-dev/s3_list-zip
https://github.com/unfoldingword-dev/s3_list-zip
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/unfoldingword-dev/s3_list-zip
- Owner: unfoldingWord-dev
- Created: 2016-02-18T01:43:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-19T22:47:48.000Z (over 10 years ago)
- Last Synced: 2025-03-13T03:43:53.271Z (over 1 year ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 15
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
S3 Listing & Zip Downloader
===========================
This application provides a list view for you s3 bucket using the [s3 Bucket Listing Library](https://github.com/rgrp/s3-bucket-listing). It also provides the ability to download a zipped folder of all assets that you are currently looking at. This library uses [Bootstrap](http://getbootstrap.com/) for a nice look and feel.
Running the App
---------------
Once you have cloned the repository, you will need to install the required javascript libraries. We use [Bower](http://bower.io/) to manage these libraries. Once you installed Bower, you can run the following command:
```
bower install .
```
You should also open the `index.html` file, and set the S3 configurations for your bucket.