Re: fuse in golang (or s3fs-fuse)

2019-12-18 Thread Aaron Bieber
On Wed, 18 Dec 2019 at 23:13:39 +0100, Jiri B wrote: > Hi, > > is golang fuse library working on OpenBSD, or what is missing? > > The goal is to be able to mount seawedfs with fuse, Seaweedfs[1] is > a distributed fs in golang but comparing to minio it's more simple > (although it has s3 compat)

fuse in golang (or s3fs-fuse)

2019-12-18 Thread Jiri B
Hi, is golang fuse library working on OpenBSD, or what is missing? The goal is to be able to mount seawedfs with fuse, Seaweedfs[1] is a distributed fs in golang but comparing to minio it's more simple (although it has s3 compat) and fuse mount would be handy. Talking about s3, is s3fs-fuse