-
Notifications
You must be signed in to change notification settings - Fork 621
feat: Add IPFS backend #481
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
Conversation
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.
Nice PR! I left some reviews, PTAL.
And it's required that all PRs should pass cargo fmt
and cargo clippy
, please make sure they are happy.
@xprazak2 Hi, are you still working on this PR? |
f4b4cd6
to
8015283
Compare
7c8d061
to
1062d36
Compare
We have a refactor in #556 to make it easier to implement IPFS backend, PTAL. |
6dbd323
to
0388e72
Compare
Having access to the reader made it much easier to implement |
Please ping me back when you are ready. And leaving comments for any ideas. I'm willing to help. |
1e55bb5
to
a9a505f
Compare
@Xuanwo, all green now. |
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.
Mostly LGTM!
Great, thanks for your PR! |
I hereby agree to the terms of the CLA available at: https://databend.rs/dev/policies/cla/
Summary
Adds a new backend service provider - IPFS