ipfs-sync
ipfs-sync copied to clipboard
s3 Support
Could be useful, people want it, why not?
Here's our "ideal" usage in-case it helps
"Keeping multiple buckets synced to folders within MFS"
Example:
- bucketa:/thing -> ipfs MFS /thinga
- bucketb:/thingd -> ipfs MFS /thingd
This would let us "store files" in S3, and distribute them via IPFS.
Seconded, also a similar use case where our backing store is minio (so it's still s3)
I still favor NFS for this instead of S3. Would allow us to mount a folder in nearly all operating systems with native tools or even with the Kernel. :)
Mentioned before for example here:
https://github.com/ipfs/ipfs-cluster/issues/1146