mirror of
https://github.com/ipfs/kubo.git
synced 2025-05-17 23:16:11 +08:00
add version, usage, and planning info for urlstore
License: MIT Signed-off-by: John Reed <john@re2d.xyz>
This commit is contained in:
@ -183,7 +183,7 @@ Allows ipfs to retrieve blocks contents via a url instead of storing it in the d
|
||||
experimental.
|
||||
|
||||
### In Version
|
||||
???.
|
||||
master, v0.4.17
|
||||
|
||||
### How to enable
|
||||
Modify your ipfs config:
|
||||
@ -191,8 +191,14 @@ Modify your ipfs config:
|
||||
ipfs config --json Experimental.UrlstoreEnabled true
|
||||
```
|
||||
|
||||
And then add a file at a specific URL using `ipfs urlstore add <url>`
|
||||
|
||||
### Road to being a real feature
|
||||
???.
|
||||
- [ ] Needs more people to use and report on how well it works.
|
||||
- [ ] Need to address error states and failure conditions
|
||||
- [ ] Need to write docs on usage, advantages, disadvantages
|
||||
- [ ] Need to implement caching
|
||||
- [ ] Need to add metrics to monitor performance
|
||||
|
||||
---
|
||||
|
||||
|
Reference in New Issue
Block a user