@cryptotaxi247 / kubo / commits / d7f026606

docs: known issues with file/urlstores (#10768)

Co-authored-by: Andrew Gillis <11790789+gammazero@users.noreply.github.com>

Marcin Rataj committed Apr 4, 2025 at 01:07 UTC d7f026606814754d116dfc218426ddec4ff58075
1 file changed +7
docs/experimental-features.md
+7
@@ -87,6 +87,10 @@ filestore instead of copying the files into your local IPFS repo.
87
88 - [ ] Needs more people to use and report on how well it works.
89 - [ ] Need to address error states and failure conditions
90 + - [ ] cleanup of broken filesystem references (if file is deleted)
91 + - [ ] tests that confirm ability to override preexisting filesystem links (allowing user to fix broken link)
92 + - [ ] support for a a single block having more than one sources in filesystem (blocks can be shared by unrelated files, and not be broken when some files are unpinned / gc'd)
93 + - [ ] [other known issues](https://github.com/ipfs/kubo/issues/7161)
94 - [ ] Need to write docs on usage, advantages, disadvantages
95 - [ ] Need to merge utility commands to aid in maintenance and repair of filestore
96
@@ -122,6 +126,9 @@ And then add a file at a specific URL using `ipfs urlstore add <url>`
126 ### Road to being a real feature
127 - [ ] Needs more people to use and report on how well it works.
128 - [ ] Need to address error states and failure conditions
129 + - [ ] cleanup of broken URL+range references (if URL starts returning 404 or error)
130 + - [ ] tests that confirm ability to override preexisting URL+range links (allowing user to fix broken link)
131 + - [ ] support for a a single block having more than one URL+range (blocks can be shared by unrelated URLs)
132 - [ ] Need to write docs on usage, advantages, disadvantages
133 - [ ] Need to implement caching
134 - [ ] Need to add metrics to monitor performance