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

Added docker build `Make` target and `Dockerfile`. Build is done using the base `golang` image and copied to a fresh image of Alpine Linux.

Hello, I installed goofys on MacOs, and tried to mount a bucket with this command `goofys -f --region us-west-2 --stat-cache-ttl 1m0s --debug_fuse --debug_s3 --type-cache-ttl 1m0s --acl "bucket-owner-full-control" BucketName "/Users/name/Downloads/mnt/s3/bucketname"` Once...

we have give full permissions to file but still fuse not able to write s3.DEBUG DEBUG: Validate Response s3/HeadObject failed, attempt 0/3, error NotFound: Not Found

Need Info

Hi, Im trying to use Goofy in an environment with S3 and KMS endpoints, also my role has condition to check if the request made from my specific KMS VPC...

Hello, please can anyone tell me how to connect wasabi instead of Amazon s3?

r2

I followed these steps to install goofys on ubuntu machine. 1. export GOPATH=$HOME/work 2. go install github.com/kahing/goofys@latest Error ``` # github.com/kahing/goofys/api/common work/pkg/mod/github.com/kahing/[email protected]/api/common/conf_azure.go:272:35: accountsRes.Value undefined (type storage.AccountListResultPage has no field or...

I'm trying to mount an S3 compatible bucket hosted with [IDrive](https://idrivee2.com). I can attach a bucket to a folder using `rclone` without any issues. However, I am unable to do...

System: SMP Debian 3.16.57-2 (2018-07-14) x86_64 GNU/Linux Version: tried release 0.24.0 and 0.23.1 Command run: `./goofys --uid 1004 --gid 1004 -o passwd_file=/etc/.passwd-s3fs --debug_fuse --debug_s3 -o allow_other mybucketname /mnt/images` (changed bucket...

`api/common/panic_logger.go:69:27: method FusePanicLogger.BatchForget already declared at api/common/panic_logger.go:41:27` https://github.com/kahing/goofys/blob/37cf83563db1bd8aa8d0b02356aacdc3210c26d8/api/common/panic_logger.go#L41 https://github.com/kahing/goofys/blob/37cf83563db1bd8aa8d0b02356aacdc3210c26d8/api/common/panic_logger.go#L69

1. Add docker container 2. Add CI 3. Push image to docker hub during creating new tag