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

When building from source using "make install" on Amazon Linux 2 with go version 1.18.9 getting a message that seems to be related to recent change checked in 4 months...

It doesn't appear that the object path prefix is being respected when mounting a GCS bucket. Below is an example that uses a public GCS bucket (no credentials required). ```bash...

Why do we experience an I/O timeout error and are unable to access the mounted folder after successfully binding S3 using goofys for a certain period of time? Below is...

Is there any info on setting up for Pure FlashBlade Object Store? Where do you set the credentials for this?

question

Help wanted: I've been experimenting developing a FUSE system that mounts 'all' of s3 (that the mounting user has access to) and determines which bucket and item you want based...

enhancement

I have been using goofys with AWS S3 without issues, working great. When I try to run experiments on GCS, I am not able to mount the bucket. This is...

When using `goofys` (version 0.24.0-45b8d78375af1b24604439d2e60c567654bcdf88) with Alibaba Cloud OSS I've noticed that it works not for all regions. For example, it works fine to mount public buckets in `oss-us-east-1` US...

Can you tell me How to use eks irsa instead of ~/.aws/credentials I used goofys v0.24 (latest) and checked https://github.com/kahing/goofys/issues/556 but irsa didn't work

Hello, When trying to build the latest commit of goofys, the build fails with: ``` #0 27.86 # github.com/kahing/goofys/api/common #0 27.86 api/common/panic_logger.go:69:27: FusePanicLogger.BatchForget redeclared in this block #0 27.86 api/common/panic_logger.go:41:27:...