https://github.com/a-b/capi-builds
https://github.com/a-b/capi-builds
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/a-b/capi-builds
- Owner: a-b
- License: gpl-3.0
- Created: 2019-04-10T00:43:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-10T06:55:51.000Z (over 7 years ago)
- Last Synced: 2025-08-26T12:38:52.391Z (11 months ago)
- Language: HTML
- Homepage: https://a-b.github.io/capi-builds/
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Pretty S3 index.html
====================
Authors
-------
Francesco Pasqualini
Nolan Lawson (http://nolanlawson.com)
Olivier Scherler (http://olivier.ithink.ch/)
NEBILO Team (https://github.com/NeblioTeam/pretty-s3-index-html)
License
-------
GPL v3
Summary
-------
A Bootstrap-y, pretty index.html designed to be placed at the root of a public Amazon S3 bucket, which
you just want to use for displaying a list of files.
Usage
-----
Just place the index.html file in the root of your bucket. It'll look [like this][1].
For comparison, the [original index.html created by Amazon][2] looks [like this][3].
Changes
-------
### Francesco Pasqualini
[Original version][2].
### Nolan Lawson
- AJAX request and processing using jQuery;
- Rendering using Handlebars;
- Styling using Bootstrap 2;
- User friendly size and date display;
- Remove column sorting.
### Olivier Scherler
- Support for buckets with more that 1000 (`max-keys`) items;
- Bootstrap 3;
- Opening and closing folders;
- Sort items naturally, ignoring accents;
- Item count on folders;
- Friendlier date format.
[1]: https://nolanlawson.s3.amazonaws.com/index.html
[2]: https://aws.amazon.com/code/1713
[3]: http://regexp.s3.amazonaws.com/list.html