mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-24 21:06:02 +03:00
[GH-ISSUE #2809] Mounting Bucket Subdirectory Fails in v1.97 #1305
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#1305
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Benedikt0x4C on GitHub (Feb 25, 2026).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2809
We use
s3fs-fuseto mount subdirectories in S3 buckets. These subdirectories were properly created through the file system before (not using the AWS console).We've been using
s3fs-fusev1.95 for quite some time without any issues; it mounts subdirectories fine. As an example:That said, after the update to v1.97, it fails to mount with the exact same commands, if it contains an S3 bucket subdirectory. It does not show any error message or logs any error that we could find. It doesn't matter if you use the command line or
/etc/fstabto mount a subdirectory of an S3 bucket, it will refuse to mount in both cases. What still worked in v1.97 is if you simply mount the root directory of an S3 bucket, e.g.,s3fs my-s3-bucket /var/www/assets -o iam_role.After downgrading
s3fs-fuseto v1.95 again, mounting a subdirectory of an S3 bucket worked flawlessly again.We're using official packages that are distributed with Rocky Linux 9.
Additional Information
Version of s3fs being used (
s3fs --version)Amazon Simple Storage Service File System V1.97 with OpenSSL
Version of fuse being used (
pkg-config --modversion fuse,rpm -qi fuseordpkg -s fuse)Name : fuse
Version : 2.9.9
Release : 16.el9
Architecture: x86_64
Provider (
AWS,OVH,Hetzner,iDrive E2, ...)AWS
Kernel information (
uname -r)5.14.0-611.30.1.el9_7.x86_64
GNU/Linux Distribution, if applicable (
cat /etc/os-release)NAME="Rocky Linux"
VERSION="9.5 (Blue Onyx)"
How to run s3fs, if applicable
[x] command line
[x] /etc/fstab
Command line:
/etc/fstab:
s3fs syslog messages (
grep s3fs /var/log/syslog,journalctl | grep s3fs, ors3fs outputs)(No relevant logs in
journalctl.)