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

Feature Request: Search Behavior #55

Closed x3LPh0r closed 3 months ago

x3LPh0r commented 9 months ago

First, I really love this interface. Nice clean and functional. I am noticing with the search however that it does not find directories (perhaps files as well) when you search for a word or words, like a keyword or phrase, that is in the center or end of the directory. It only will return the results of the search if you get the spelling/capitalization exactly correct from left to right. For example:

First Word_Second Word_Third/

if you search for Word here you do not get results. If you search for Third you do not get results. If you search any word after "First" you do not get results. You only get results if the words are typed correctly in order from left to right.

I am requesting a more fluid search behavior that returns results based on the word(s) regardless of capitalization and location in a name if that makes sense.

qoomon commented 9 months ago

Hi @x3LPh0r, sadly that's not possible, 'cause the is no s3 api to search like this. (at least I'm not aware of any). S3 only supports search by prefix