rufuspollock / s3-bucket-listing

Create nice directory listings for s3 buckets with javascript and HTML.
695 stars 301 forks source link

Fix alphabetical sorting #110

Closed vlad-ro closed 3 years ago

vlad-ro commented 3 years ago

This fixes an issue with alphabetical sorting. Currently A2Z yields wrong sort order: c b a Z2A gives: a b c