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

Allow to filter out multiple objects #4

Closed KikeMendez closed 4 years ago

KikeMendez commented 4 years ago

First of all thank you very much for this project!!

I had modified the exclude object mechanisms a little bit for my implementation as I needed to hide multiple objects. So yeah here is a pr with that change, hope you find it useful.

Once again thanks very much for this

qoomon commented 4 years ago

Thanks for your PR. Great idea. I think it would be more handy to have just a list of regex pattern to exclude e.g. keyExcludePatterns = [ ... ] patterns should support regex or wirldcard syntax

qoomon commented 4 years ago

It's implemented

KikeMendez commented 4 years ago

Amazing sorry I didn't have time to make the changes you suggested. Thank you for this