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

Simplify ObjectStore::List #4946

Closed
tustvold opened this issue Oct 17, 2023 · 1 comment · Fixed by #4930
Closed

Simplify ObjectStore::List #4946

tustvold opened this issue Oct 17, 2023 · 1 comment · Fixed by #4930
Labels
enhancement Any new improvement worthy of a entry in the changelog object-store Object Store Interface

Comments

@tustvold
Copy link
Contributor

Is your feature request related to a problem or challenge? Please describe what you are trying to do.

Having two layers of asynchrony and fallibility makes for a rather obnoxious interface. Removing this makes for better client ergonomics, at the expense of slightly more arcane logic to implement the ObjectStore

Describe the solution you'd like

I would like ObjectStore::list to synchronously return an async stream

Describe alternatives you've considered

Additional context

@tustvold tustvold added the enhancement Any new improvement worthy of a entry in the changelog label Oct 17, 2023
@tustvold tustvold added the object-store Object Store Interface label Oct 18, 2023
@tustvold
Copy link
Contributor Author

label_issue.py automatically added labels {'object-store'} from #4930

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Any new improvement worthy of a entry in the changelog object-store Object Store Interface
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant