geesefs icon indicating copy to clipboard operation
geesefs copied to clipboard

Finally, a good FUSE FS implementation over S3

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

I'm trying to use geesefs with Oracle Cloud (OCI) Object Storage. I can use s3fs, but not geesefs: s3fs -o url=https://.compat.objectstorage..oraclecloud.com -o use_path_request_style -o passwd_file=s3fs-credentials Works! ./geesefs --endpoint https://.compat.objectstorage..oraclecloud.com --debug_s3...

The basic function of capacity limitation is realized. As long as the GetBucketUsage method is implemented in the backend; I only realize the backend of Minio at present, add the...

Don't know how you handle contributions, but I added flag to handle Ceph multi tenancy (https://docs.ceph.com/en/latest/radosgw/multitenancy/), and would be great to the official version.

I have a custom minio endpoint which has certifcate issued by certmanager. When I try to use geesefs with endpoing https I am getting error certificate authority is not valid....

Can geesefs support file system quotas on a "per-directory" basis? (Say just top level directories, immediately under the bucket root.) a. Have they been implemented? b. If not, are they...

geesefs drops credentials when YC bucket is public ``` # geesefs -f --debug_s3 --debug --iam 2022/05/21 21:16:27.491339 s3.INFO Successfully acquired IAM Token 2022/05/21 21:16:27.524579 s3.DEBUG HEAD https://storage.yandexcloud.net/ = 200 []...

Geesefs crashes with no seemingly useful logs. Other FUSE options like `attr_timeout` result in the same. `allow_other` does seem to work.

What is the minimal IAM Policy for geesefs on AWS?

Если прописать так: bucket /mnt/mountpoint fuse.geesefs _netdev,allow_other,--file-mode=0666,--dir-mode=0777,--profile=default 0 0, то профиль цепляется и можно работать с файлами в бакете. bucket /mnt/mountpoint fuse.geesefs _netdev,allow_other,~~uid=1000,~~gid=1001,~~file-mode=0775,~~dir-mode=0775,--shared-config=/home/user/.aws/credentials 0 0, то работаеть не будет, профиль...

Hi there, Would you consider extracting the files that currently reside in `/internal` into their own packages? I would like to develop my own `Backend` but I can't because all...