ipfs-sync icon indicating copy to clipboard operation
ipfs-sync copied to clipboard

s3 Support

Open TheDiscordian opened this issue 4 years ago • 3 comments

Could be useful, people want it, why not?

TheDiscordian avatar May 06 '21 19:05 TheDiscordian

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.

kallisti5 avatar May 06 '21 19:05 kallisti5

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

jwh avatar May 07 '21 16:05 jwh

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

RubenKelevra avatar May 06 '22 18:05 RubenKelevra