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

rootPrefix folder is visible on every page. It should be hidden. #34

Closed Dhyanesh97 closed 2 years ago

Dhyanesh97 commented 2 years ago

rootPrefix folder is visible on every screen on the top. Need to hide it on every page.

It confuses users and they treats it as subfolder. When we click on it nothing shows up.

qoomon commented 2 years ago

Could you post a screenshot? I'm not sure what is the problem.

Dhyanesh97 commented 2 years ago

https://s3.us-east-1.amazonaws.com/public-read-access/installation_images/index.html

Please access above URL and click on "postgresql-kafka-multi-node/" folder. You can see Installation_Images folder in every page when you redirect and it is empty.

When we set rootPrefix = "Installation_Images/" (some folder) then that folder appears on every page. Normally it shouldn't.

qoomon commented 2 years ago

could you try latest version 1.8.3 https://github.com/qoomon/aws-s3-bucket-browser/blob/master/index.html

qoomon commented 2 years ago

should be fixed in latest version 1.8.4

Dhyanesh97 commented 2 years ago

Latest version 1.8.3 solved the issue

Dhyanesh97 commented 2 years ago

Could you also add search bar at the top which can help users to search quickly ?

qoomon commented 2 years ago

could you open another issue for that? I'll close this one.