Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate to upload files to IPFS #17

Open
stv0g opened this issue Apr 4, 2022 · 0 comments
Open

Investigate to upload files to IPFS #17

stv0g opened this issue Apr 4, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@stv0g
Copy link
Owner

stv0g commented Apr 4, 2022

I have the idea on using S3 as a storage provider for IPFS.
Given the fact the main IPFS client is implemented in Go, we could incorporate it into Gose and announce uploaded files to the IPFS DHT.

However for this to work we would need to make sure that IPFS can serve files from S3.
In addition we would need to check if we can work around hashing the file itself in Gose without re-downloading it for hashing.

Related: https://github.com/ipfs/go-ipfs/blob/master/docs/datastores.md

@stv0g stv0g added the enhancement New feature or request label Apr 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant