You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: