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

Introduce List Options with recursive flag #36

Open
abronan opened this issue Oct 10, 2017 · 1 comment
Open

Introduce List Options with recursive flag #36

abronan opened this issue Oct 10, 2017 · 1 comment

Comments

@abronan
Copy link
Owner

abronan commented Oct 10, 2017

There was no real alignment on the List call. The list of children would be different from a store to the next, with one returning the recursive version and the other not, or one returning the directory key and the other not for example.

#32 attempts at aligning the List call for every backend with the recursive use case. Although this is not viable for very large sets of keys and subfolders.

We should introduce a recursive option to Listto be able to select whether we want the result to be recursive or not. This could be a simple boolean flag for example.

@nmengin
Copy link

nmengin commented Oct 13, 2017

@abronan
LGTM 😉 ➿ 👍

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

No branches or pull requests

2 participants