Skip to content

Commit

Permalink
add version, usage, and planning info for urlstore
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: John Reed <john@re2d.xyz>
  • Loading branch information
leerspace authored Oct 2, 2018
1 parent 4f9bde8 commit 035ce91
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/experimental-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,16 +183,22 @@ 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:
```
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

---

Expand Down

1 comment on commit 035ce91

@GitCop
Copy link

@GitCop GitCop commented on 035ce91 Oct 2, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There were the following issues with your Pull Request

We ask for a few features in the commit message for Open Source licensing hygiene and commit message clarity.
git commit --amend can often help you quickly improve the commit message.
Guidelines and a script are available to help in the long run.
Your feedback on GitCop is welcome on this issue.


This message was auto-generated by https://gitcop.com

Please sign in to comment.