rufuspollock / s3-bucket-listing

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

list.js: Encode directory URL in links #98

Closed penberg closed 4 years ago

penberg commented 4 years ago

Google Chrome trips over URLs with colons, for example, reporting "about:blank#blocked". Fix the issue by encoding the URLs to directories as well.

rufuspollock commented 4 years ago

@penberg thanks for this - i assume you've tested this "live" 😄 ?

penberg commented 4 years ago

@rufuspollock Yes, I did. Hit the issue in downloads.scylladb.com, which uses this library for S3 bucket directory listing.

rufuspollock commented 4 years ago

@penberg 👍 👏 👌 🙏