goofys icon indicating copy to clipboard operation
goofys copied to clipboard

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

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

Thanks for this software, so much more practical than `s3fs-fuse`! Demonstration of the problem: ```sh [x@server]$ uname -a Linux 157007.local 3.10.0-957.10.1.el7.x86_64 #1 SMP Mon Mar 18 15:06:45 UTC 2019 x86_64...

### Issue: As of Homebrew 3.1.2, `cask` CLI invocation syntax has changed. #### Previous syntax: ``` brew cask install ``` #### Updated syntax: ``` brew install --cask ``` I've updated...

help wanted

I am doing a comparative study between different implementations of file systems backed by object storage, like Goofys, S3FS, Riofs... And when measuring the read throughput of Goofys for large...

Hi Team, We are using Goofys tool to transfer data to S3. We have mounted 4 buckets using this tool. The Goofys threads are consuming memory, when it is in...

when i build the resource with 0.24.0 then reutrn a error ,but i use the proxy so i set the GOPROXY=https://goproxy.io,direct bucause i am in china it is hard to...

I use S3 comaptible Object Strage(Zadara) I can mount S3 comaptible Object Strage. But I can not see files on S3 comaptible Object Strage goofys version 0.24.0-use `make build' to...

Hello, I'm testing goofys with a seaweedfs object storage & filer. While trying to copy a lot of files the goofys crashes. Running it with strace it says that there...

I know S3's ls max page size is 1000, but I would expect goofys to get around this by iterating over all pages, 1000 at a time, until it fetches...

Can We set SGID for mounting with goofys? We have tried the following settings and both mount with 0770 permissions. --dir-mode=02770 --dir-mode=02000770

enhancement

copy files to the goofys Azure Storage V2 mount point: Small files (such as 10MB) are OK; Large files (>=10G)always fail. ``` cp: error writing 'xxx/64GB': Permission denied cp: failed...