ipfs / go-ds-flatfs

A datastore implementation using sharded directories and flat files to store data
MIT License
46 stars 21 forks source link

feat: renterd backed flatfs #118

Closed LexLuthr closed 9 months ago

LexLuthr commented 9 months ago

This feature connects the flatfs with a renterd backend. All the writes are copied over to Sia network in real time. Any failed operation results on failure for IPFS as well. The DELETE operations can be copied over if specified by the user.

welcome[bot] commented 9 months ago

Thank you for submitting this PR! A maintainer will be here shortly to review it. We are super grateful, but we are also overloaded! Help us by making sure that:

Getting other community members to do a review would be great help too on complex PRs (you can ask in the chats/forums). If you are unsure about something, just leave us a comment. Next steps:

We currently aim to provide initial feedback/triaging within two business days. Please keep an eye on any labelling actions, as these will indicate priorities and status of your contribution. We are very grateful for your contribution!

LexLuthr commented 9 months ago

Incorrect Repo. Closing.