qoomon / aws-s3-bucket-browser

Single page application to browse AWS S3 bucket content
https://qoomon.github.io/aws-s3-bucket-browser/index.html?bucket=https://s3.amazonaws.com/spacenet-dataset#
MIT License
246 stars 85 forks source link

Updated comments to point out the bucketUrl needs to be in quotes. #20

Closed kmoberg closed 3 years ago

kmoberg commented 3 years ago

Spent way too long trying to figure out why the bucket URL wouldn't work to realize it's being escaped by the browser if not in quotes.

qoomon commented 3 years ago

Hmm it is javascript so every string needs to be in single or double quotes. I don't know if the comment is needed.