geesefs icon indicating copy to clipboard operation
geesefs copied to clipboard

Finally, a good FUSE FS implementation over S3

Results 48 geesefs issues
Sort by recently updated
recently updated
newest added

Using 0.34.2 on Mac M1 (MacOS Monterey 12.5.1) I'm getting `Socket is not connected` while `fsync`'ing the folder where I copied a bunch of files. Geesefs process is exiting at...

__Describe the results you received:__ ``` $ geesefs --help 2> /dev/null $ echo $? 1 ``` __Describe the results you expected:__ I would have expected to see the help text...

Hi, there are several issues in our environment related to geesefs 1 minute dir cache timeout that is by default. One is file uploading. When user uploaded a file with...

when running `npm install .` or `yarn install` the error `enosys: function not implemented` comes up. It's not a big deal but would be great for running development environments on...

I'm trying to use geesefs with a custom endpoint, and was surprised `AWS_ENDPOINT_URL` and `AWS_REGION` is not honored. This was somewhat confusing, as `aws s3` commands did work, while geesefs...

Would it be possible to add in a feature to allow file locking on the file system level. An example would be setting geesefs as the home mount in gnome,...

filename is ``` 'From Words to Numbers- Your Large Language Model Is Se'$'\002''cretly A Capable Regressor When Given In-Context Examples.pdf' ``` - geesefs error log is ``` 2024/04/14 17:22:48.412668 s3.DEBUG...

Hello, I encounter an issue with geesefs, version 0.40.8, when I am using S3 endpoints that return HTTP 403 for any endpoint that doesn't exist, instead of HTTP 404, even...