ipfs-shipyard / ipfs-blob-store

An abstract-blob-store compatible implementation built using IPFS as the storage backend
MIT License
56 stars 8 forks source link

Make mfs the only ipfs-blob-store #6

Closed daviddias closed 8 years ago

daviddias commented 8 years ago

Do we need to keep the block and dag modes? I feel they were attempts, but now since we have mfs, we are golden, right?

https://github.com/ipfs/ipfs-blob-store/blob/master/index.js#L15-L16

travisperson commented 8 years ago

Yep, I say dump them.

daviddias commented 8 years ago

Sweet :) just wanted to make sure!

jbenet commented 8 years ago

yep agreed

On Fri, Nov 13, 2015 at 11:39 AM, David Dias notifications@github.com wrote:

Sweet :) just wanted to make sure!

— Reply to this email directly or view it on GitHub https://github.com/ipfs/ipfs-blob-store/issues/6#issuecomment-156482433.

daviddias commented 8 years ago

done on 0.2.0 :)