Updated to the new issue template workflow
Recent Commits to s3fs-fuse:master
-
Updated to the new issue template workflow
-
Run passing tests from pjdfstest (#1882)
Run passing tests from pjdfstest (#1882) This downloads a tarball by hash instead of using a submodule. References #1589.
-
Fixed refactoring mistakes about loading IAM credentials
Fixed refactoring mistakes about loading IAM credentials
-
Fixed memory leak found by valgrind
Fixed memory leak found by valgrind
-
Pin AWS CLI to work around S3Proxy limitation (#2633)
Pin AWS CLI to work around S3Proxy limitation (#2633) Also specify architecture to allow future ARM64 CI to work.
-
Expand clang-tidy CI target to all static-checks (#2625)
Expand clang-tidy CI target to all static-checks (#2625) Relocate cppcheck and Shellcheck into a single CI target instead of running them as part of all distributions. While this modestly reduces run-time by about 20 seconds, more importantly it avoids workarounds for older checker versions and simplifies the code.
-
Upgrade to S3Proxy 2.5.0 (#2627)
Upgrade to S3Proxy 2.5.0 (#2627) Release notes: https://github.com/gaul/s3proxy/releases/tag/s3proxy-2.5.0
-
Remove double free in DestroyCurlShareHandle (#2626)
Remove double free in DestroyCurlShareHandle (#2626) ShareHandles.erase implicitly calls this via the unique_ptr destructor.