-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: blobstore #62
feat: blobstore #62
Conversation
e19e20d
to
174e62e
Compare
4c2400b
to
0583766
Compare
Rebased on main |
8b0ec9b
to
d072143
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Like with the invites PR I read through this again and it looks good to me. Excited to merge it and work on integrating everything 👍
Added a helper to remove boilerplate in tests Changed blobStore.download() to accept an optional filter, rather than a file path, because file paths are not used elsewhere
I read through this again today and did some cleanup and additional tests. Before merging I want to: Additional tests
Ok for after merge |
An initial implementation of a BlobStore, fixes #52