goofys
goofys copied to clipboard
a high-performance, POSIX-ish Amazon S3 file system written in Go
In the main `README.md` under **Compatibility with non-AWS S3** it indicates that support for Minio is `limited`. Could you specify which features / aspects of Minio are are not supported?...
I've spent a few hours navigating goofy's issues and getting `2021-06-16T17:11:03.392028+00:00 ip-10-10-73-45 kernel: [ 9.551179] fuse: Unknown parameter '--file-mode` when following the README instructions to mount on startup. The suggested...
Hi guys, can't find any details on how to customize a random S3 proivder to use Goofys with it. Provider gave me ~/.aws/config that sets up all the environment -...
eric@eric-Vostro-270:~/Documents/jd/goofys$ ls aaa filelist11 filelist12 filelist13 filelist14 goofys mountpoint test eric@eric-Vostro-270:~/Documents/jd/goofys$ mv aaa mountpoint/ mv: preserving permissions for ‘mountpoint/aaa’: Permission denied eric@eric-Vostro-270:~/Documents/jd/goofys$
Would it be possible to make the MPU part size configurable? Currently it seems to be set hard-coded at exactly 5GB in multiple places in the code. Our S3 software...
I am testing SSE-C, I provide on the command line ``` --sse --sse-c ``` I then created some files, and both attempted to access them from the web interface, and...
Tried to append to a file in the mounted dir(e.g echo "hello">>testfile) ,failed. Error msg "write error: Operation not supported ". IF File appends or overwrite are not supported now...
Hi, I'm working with many (>10) large (> 1 Gb) mounted files on an AWS EC2. Variably I get this message in my logs with certain programs accessing these files:...
Go version: go version go1.16.4 linux/arm64 System: 4.18.0-193.28.1.el7.aarch64 Commands that were run: # goofys version Expected result: goofys can use normally Result: panic: Page size is unexpectedly 65536 goroutine 1...