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

File list prefix #20

Open
dhbradshaw opened this issue Aug 31, 2018 · 1 comment · May be fixed by #38
Open

File list prefix #20

dhbradshaw opened this issue Aug 31, 2018 · 1 comment · May be fixed by #38
Assignees

Comments

@dhbradshaw
Copy link

Nice work here. It's fun to see the project grow.

Looking through the api for b2_list_file_names , I see that one can send a prefix over to avoid getting more files back than necessary.

Often such a prefix just provides a convenience. But it looks like a prefix is necessary if your credentials don't give you access to an entire bucket.

What do you think about exposing the prefix feature in this api? One could either extend B2FileList.all or add a sister method (perhaps B2.FileList.filter?).

@sibblegp
Copy link
Owner

First of all, thank you! I like this idea. I'll add it when I have some time.

@sibblegp sibblegp self-assigned this Aug 31, 2018
danmilon added a commit to danmilon/b2blaze that referenced this issue Aug 30, 2019
@danmilon danmilon linked a pull request Aug 30, 2019 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants