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

Running Goofys with the debug flags on `--debug_s3 --debug_fuse` ```bash goofys --debug_s3 --debug_fuse bucket /path ``` does not log any debug logs to syslog, only info logs are pushed to...

Hello, I was unable to connect in any way goofys with my object storage. I have Ceph RadosGW with Explicit Tenants. The address to each bucket should look like this:...

I had a funny problem with Goofys not working with a specific cloud provider (the Italian Aruba Cloud Storage) from day 1 to 9 of the month. Aruba Cloud still...

Pretend we have a filesystem. /a /a/b /a/c /a/d /a will always be inode 1 If I access /a/b second, it will have inode 2 If I access /a/c second,...

Hi, first of all, thanks for the Goofys. There's an issue that can be reproduced with the following steps: 1. open file with O_RDWR|O_CREAT|O_TRUNC flags 2. seek 0 bytes with...

Hello Team , We have recently discovered multiple vulnerabilities with latest goofys version 0.24.0 , before releasing our Docker images to customer we need to address these Security vulnerabilities. Please...

Escape the special char in name correctly. As per the AWS documentation, CopyRequest is sending request param and it advised to URLEncode the source name. Using the `url.QueryEscape` to encode...

I added a block read cache mode, which essentially divides the file into blocks that are managed by an LRU cache. Cache size is currently fixed at startup. All opened...

Trying to build, I get the following: ```bash $ go get github.com/kahing/goofys@master ... go: warning: github.com/Azure/go-autorest/autorest/[email protected]: retracted by module author: retracted due to token refresh errors go: to switch to...