1
0
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:
John Reed
2018-10-02 18:59:45 -05:00
committed by GitHub
parent 4f9bde807b
commit 035ce914ff

View File

@ -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
---