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

Add search bar at the top which can help users to search files quickly #35

Closed Dhyanesh97 closed 2 years ago

Dhyanesh97 commented 2 years ago

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

qoomon commented 2 years ago

Hi @Dhyanesh97 a real search is not possible with s3 api, however a prefix search is possible. I'll try to add it during the next days.

qoomon commented 2 years ago

have look at latest version 1.9.0, it has a search bar now.

qoomon commented 2 years ago

@Dhyanesh97 WDYT?

Dhyanesh97 commented 2 years ago

@qoomon I had discussion internally and am not sure if users are going to search based on prefixes. File based search is what everyone is interested in. We will have thousands of files in folder. File based search could really help in this scenario. If you can introduce this feature it could be really helpful.

qoomon commented 2 years ago

This is not possible with the bucket api, sorry

qoomon commented 2 years ago

you would need to index the whole bucket within a database.