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

bug fixes for folders containing Spaces. #7

Closed FetaCini closed 4 years ago

FetaCini commented 4 years ago
  1. If folder contained a "space" it appears in breadcrumbs as %20 (line: 283) - added decodeURI
  2. If folder contains a space in name it appears in sub folders. (line 375) - added decodeURI