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

Hi, on a new Debian 11 virtual machine, I installed Goofys to connect to object storage in Contabo. I already connected this storage to another server, works perfectly. I have...

It worked at first run but no anymore, the log: ```bash root@pbs-1:~# /usr/local/bin/goofys --version goofys version 0.24.0-45b8d78375af1b24604439d2e60c567654bcdf88 root@pbs-1:~# /usr/local/bin/goofys --debug_s3 -f --endpoint https://s3.us-west-001.backblazeb2.com pbs-stdio /mnt/b2-pbs-digitalspace-studio 2023/01/17 15:44:58.886689 s3.DEBUG HEAD https://s3.us-west-001.backblazeb2.com/pbs-stdio...

r2

Is it possible to "stop" the file read after reading the: "Unencrypted length" of bytes, which will be usually less than the encrypted length as presented in the "ls" /...

question

I am encountered an issue while trying to mount a bucket where public access has only been configured via policy for certain prefixes. More specifically, I am interested in https://github.com/broadinstitute/cellpainting-gallery....

We are having issues in copying some specific file formats to mounted S3 bucket. Please note that we are able to copy CSV, txt, log files etc without any issues...

Need Info

I'm mounting a bucket using fstab, I was not able to make the nofail option work otherwise it mounts perfectly. I've tried: goofys#bucket /mnt/bucket fuse _netdev,allow_other,nofail,--endpoint=https://s3.wasabisys.com,--file-mode=0666,--dir-mode=0777 0 0 goofys#bucket /mnt/bucket...

We have an issue with pods running goofys as a sidecar in kubernetes. When we delete the pod, it takes time or stuck shutting down the goofys container. This is...

I have tried using dedicated account for my bucket but also root account, in case it was a privilege mistake with said dedicated account. Current existing files have been uploaded...