Update compilation instructions for FUSE 3 (#2758)
Recent Commits to s3fs-fuse:master
-
Update compilation instructions for FUSE 3 (#2758)
-
Update ChangeLog and configure.ac for 1.96
Update ChangeLog and configure.ac for 1.96 Fixes #2756.
-
Use JDK 25 on Ubuntu 25.10 (#2757)
Use JDK 25 on Ubuntu 25.10 (#2757)
-
Simplify comparisons via CaseInsensitiveStringView
Simplify comparisons via CaseInsensitiveStringView
-
Require FUSE 3 on Linux (#1867)
Require FUSE 3 on Linux (#1867) * Require FUSE 3 on Linux This increases the maximum write size from 128 KB to 1 MB and supports some interesting FUSE_READDIR_PLUS flags. Remove stale FUSE_CAP_BIG_WRITES and flag_utime_omit_ok options. Fixes #1159. * Conditionally support FUSE 2 on macOS
-
Simplify STR_OBJTYPE (#2755)
Simplify STR_OBJTYPE (#2755)
-
Remove unused headers (#2753)
Remove unused headers (#2753) Also bump static-checks to Fedora 43 to get misc-include-cleaner.MissingIncludes configuration.
-
Upgrade to S3Proxy 2.9.0 (#2752)
Upgrade to S3Proxy 2.9.0 (#2752) Release notes: https://github.com/gaul/s3proxy/releases/tag/s3proxy-2.8.0 https://github.com/gaul/s3proxy/releases/tag/s3proxy-2.9.0
-
Improved stat cache to include ListBucket results
Improved stat cache to include ListBucket results