Download Latest Version Gcsfuse v3.8.2 source code.tar.gz (1.3 MB)
Email in envelope

Get an email when there's a new version of Cloud Storage FUSE

Home / v3.9.0
Name Modified Size InfoDownloads / Week
Parent folder
gcsfuse_3.9.0_arm64.deb 2026-04-22 13.7 MB
gcsfuse-3.9.0-1.aarch64.rpm 2026-04-22 20.2 MB
gcsfuse_3.9.0_amd64.deb 2026-04-22 16.0 MB
gcsfuse-3.9.0-1.x86_64.rpm 2026-04-22 22.3 MB
Gcsfuse v3.9.0 source code.tar.gz 2026-04-21 1.3 MB
Gcsfuse v3.9.0 source code.zip 2026-04-21 2.1 MB
README.md 2026-04-21 1.7 kB
Totals: 7 Items   75.5 MB 0

Consistent symlink handling across GCS clients

GCSFuse now represents symbolic links the same way as Storage Transfer Service (STS) and other GCS clients(like gcloud storage CLI etc). This feature makes it easier for customers to transfer data via GCSFuse to and from GCS without worrying about symbolic link compatibility issues across GCS clients. This is enabled by default. GCSfuse will now represent the symbolic links as finite-sized objects where the content is the target path, identified by the reserved metadata goog-reserved-file-is-symlink: true. This new feature is compatible with old representation of symbolic links used by prior versions of GCSFuse.

Bug fixes & Improvements

  • Enhanced resiliency of the writes(that includes checkpoint write) by increasing the retry deadline to a higher value(120s instead of 32s) PR#4473.
  • Fixed a bug in the requester pays feature to ensure the billing project correctly propagates for ListObject requests in gRPC protocol, eliminating the "no user project provided" error PR#4611
  • File Cache now adheres to the physical space utilization of files on the storage media rather than logical size PR#4514
  • Fixed memory leak in buffered reader during multi-block read PR#4638 Improved direct patch enforcement strategy for gRPC client PR#4635
Source: README.md, updated 2026-04-21