Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Filename search on Object Storage Bucket list page #6257

Open
oloryn opened this issue Mar 28, 2020 · 6 comments
Open

Filename search on Object Storage Bucket list page #6257

oloryn opened this issue Mar 28, 2020 · 6 comments
Assignees

Comments

@oloryn
Copy link

oloryn commented Mar 28, 2020

One thing I'm missing on the the page that lists the objects in a bucket is some means to doing a search on the file names. With the current implementation, if you have a lot of objects in a bucket, you have to force the full list to full length by repeatedly going to the bottom of the page, then do a find-in-page in the browser. Having a way of restricting the files shown to a pattern would be handy.

@johnwcallahan
Copy link
Contributor

Thanks for opening this issue, @oloryn.

We've talked about adding a "filter" text input near the top of the object listing page, which would allow filtering for a specific object. A possible limitation is that results would be limited to exact matches.

So, from the "root" of the bucket, typing in hello would match:

hello.txt
hello_world.txt

But it would not match:

a_hello.txt
folder1/hello.txt

Would something like that align with your use case?

@johnwcallahan johnwcallahan self-assigned this Mar 31, 2020
@oloryn
Copy link
Author

oloryn commented Mar 31, 2020

So, it's essentially a 'must start with' filter? For my uses, that would work nicely.

@johnwcallahan
Copy link
Contributor

Exactly. We're still in the requirements gathering phase for this feature, so it's helpful to know this implementation would work well for your use case.

I'll leave this issue open for the time being and update it when there are further developments.

@oloryn oloryn closed this as completed Jun 28, 2020
@oloryn oloryn reopened this Jun 28, 2020
@oloryn
Copy link
Author

oloryn commented Jun 28, 2020

Sorry about that. I was fiddling with the Github app on my phone and mistakenly hit the close button on this issue.

@oloryn
Copy link
Author

oloryn commented Nov 14, 2021

Any plans on doing this soon? This has been idle for a couple of years.

@johnwcallahan
Copy link
Contributor

Hey @oloryn, thanks for your patience. This is still in our backlog, but other features are currently higher in priority.

As a workaround, s3cmd offers a way to filter by prefix:

$ s3cmd ls s3://my-bucket/path/to/file/hello

2022-02-18 04:01       614256  s3://my-bucket/path/to/file/hello_world.txt
2022-02-18 04:01       184076  s3://my-bucket/path/to/file/helloworld.txt
2022-02-18 04:01       312952  s3://my-bucket/path/to/file/helloworld

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants