Skip to content

Latest commit

 

History

History
53 lines (38 loc) · 1.14 KB

README.md

File metadata and controls

53 lines (38 loc) · 1.14 KB

Pretty S3 index.html

Authors

Francesco Pasqualini
Nolan Lawson (http://nolanlawson.com)
Olivier Scherler (http://olivier.ithink.ch/)

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.

For comparison, the original index.html created by Amazon looks like this.

Changes

Francesco Pasqualini

Original version.

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.