goofys icon indicating copy to clipboard operation
goofys copied to clipboard

a high-performance, POSIX-ish Amazon S3 file system written in Go

Results 171 goofys issues
Sort by recently updated
recently updated
newest added

We are doing some scalability testing vs copying from S3 before reading. Underload (hundreds of instances), there are a lot of input/output errors. Is there a way to enable goofys...

As per #590. This also includes an updated `fuse` library which had some mandatory changes to elsewhere in the codebase.

Any idea to change write size per call, default is 128k

Using `goofys version 0.19.0-943e017724ea820eb4185419ef3c41d6f921a324` ``` fatal error: runtime: cannot allocate memory runtime stack: runtime.throw(0x9ae294, 0x1f) /usr/local/go/src/runtime/panic.go:605 +0x95 runtime.persistentalloc1(0x4000, 0x0, 0xce1578, 0x7ff964261060) /usr/local/go/src/runtime/malloc.go:989 +0x2bf runtime.persistentalloc.func1() /usr/local/go/src/runtime/malloc.go:942 +0x45 runtime.systemstack(0x7ff962254c50) /usr/local/go/src/runtime/asm_amd64.s:360 +0xab runtime.persistentalloc(0x4000,...

This PR is another way to fix the infinite listObject issue, other than https://github.com/apache/ozone/pull/1595

Hi, In our company we use Activescale object storage, currently around 100PB of raw space divided in 3 different systems. Our systems are geo-disperse over 3 datacenters, which mean that...

So I'm trying to have a third pary tool (Acronis Backup) to include a Goofy mounted S3 bucket in the backup, but it seems to fail. Of course I'm not...

I have run into some problems when trying to build and make changes to goofys. Some of which would be solved by the use of Go Modules instead of the...

I've mounted using the following and I can read files but cannot write. My key has proper permissions and works using s3fs. I also tried adding -o use_path_request_style (--use-path-request is...

r2

Hi @kahing i have use goofys to mount minio buckect in docker container with ubuntu 18.04, and it works very well. But about after one week, i fount that that...

Need Info