-
Notifications
You must be signed in to change notification settings - Fork 517
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
new feature: Support storj #5509
Comments
I see that |
Thanks. I'm not sure too. I will try later. |
OpenDAL's goal is to connect services natively, so it would make sense to add native Storj support. However, the issue is that Storj lacks a native Rust SDK. To use its Go SDK, we would need to go through multiple layers: |
Maybe @Shylock-Hg was talking about Storj IPFS Pinning Service and not about storj object store service? https://storj.dev/dcs/api/storj-ipfs-pinning I see It has an HTTP interface very similar to IPFS @Xuanwo, but there are a few differences from the IPFS standard. Although, I don't know if there current |
Yes, I plan to try storj for the pinning issue of ipfs. |
Feature Description
Support storj as new backend service
Problem and Solution
Now the ipfs will lose the file if it's not accessed in a period. So storj will be safer.
Additional Context
No response
Are you willing to contribute to the development of this feature?
The text was updated successfully, but these errors were encountered: