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

Enabled --use-set-content-type when mounting bucket (Bucket is from Yandex Cloud). Bucket versioning enabled. Static website hosting enabled. GeeseFS version geesefs version 0.30.5. Then uploaded files into it using `rsync -r...

Hello, This project cannot really be taken seriously without official supported package repositories for most common distros (Debian/Ubuntu and CentOS).

I use geesefs with Minio. When it works directly with Minio it works fine. But for HA and LB reasons I use cluster of 2 WatchGuard XTM 515 UTM devices....

We use our tool written in C# which every night copy many files (approx. 3000 files with 30 GB total size) from local storage to S3 bucket mounted as disk...

Thanks @vitalif , really cool driver, performance is great! Is there any plans to support hard links? sometimes its really required.

Hello, thanks for a great tool, it's much faster than s3fs We have a feature request that would make it a magnitude more useful with `rsync`. Now I have to...

The temporary tokens are located in `~/.aws/sso/cache/`. I'm not entirely familiar with how it works, but maybe it is described here: https://docs.aws.amazon.com/sdkref/latest/guide/feature-assume-role-credentials.html When I simply trying to run `./geesefs --profile...

I have added this lines to the /etc/fstab ` s3_bucket /mnt/aws fuse.geesefs _netdev,allow_other,--file-mode=0666,--dir-mode=0777,--profile=default,--uid=1000,--gid=1000,--shared-config=/home/user/.aws/credentials,--endpoint=https://s3.amazonaws.com,--memory-limit=4000,--max-flushers=32,--max-parallel-parts=32,--part-sizes=25 0 ` But, i'm getting this error in the system logs and the s3_bucket is not mounting...

This resolves issues with newer Java versions of the form: ``` module java.base does not "opens java.lang" to unnamed module ```