TheDiscordian / ipfs-sync

A simple daemon which will watch files on your filesystem, mirror them to MFS, automatically update related pins, and update related IPNS keys.
BSD 3-Clause "New" or "Revised" License
95 stars 14 forks source link

s3 Support #42

Open TheDiscordian opened 3 years ago

TheDiscordian commented 3 years ago

Could be useful, people want it, why not?

kallisti5 commented 3 years ago

Here's our "ideal" usage in-case it helps

"Keeping multiple buckets synced to folders within MFS"

Example:

This would let us "store files" in S3, and distribute them via IPFS.

jwh commented 3 years ago

Seconded, also a similar use case where our backing store is minio (so it's still s3)

RubenKelevra commented 2 years ago

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