[GH-ISSUE #2048] The last modified time of parent directory always be 1970-01-01 08:00 #1038

Closed
opened 2026-03-04 01:50:51 +03:00 by kerem · 2 comments
Owner

Originally created by @huntersman on GitHub (Oct 24, 2022).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2048

Version of s3fs being used (s3fs --version)

1.91

Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse)

2.9.2

Kernel information (uname -r)

5.4.213-1.el7.elrepo.x86_64

GNU/Linux Distribution, if applicable (cat /etc/os-release)

CentOS7

s3fs command line used, if applicable

s3fs myBucket /mount/nfs -o passwd_file=${HOME}/.passwd-s3fs -o url=http://myIp -o use_path_request_style -o noxmlns -o dbglevel=error -o default_acl=public-read -o logfile=/var/log/s3fs.log -o allow_other

Details about issue

The last modified time of parent directory doesn't change and always be 1970-01-01 08:00.

Originally created by @huntersman on GitHub (Oct 24, 2022). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2048 #### Version of s3fs being used (s3fs --version) 1.91 #### Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse) 2.9.2 #### Kernel information (uname -r) 5.4.213-1.el7.elrepo.x86_64 #### GNU/Linux Distribution, if applicable (cat /etc/os-release) CentOS7 #### s3fs command line used, if applicable ``` s3fs myBucket /mount/nfs -o passwd_file=${HOME}/.passwd-s3fs -o url=http://myIp -o use_path_request_style -o noxmlns -o dbglevel=error -o default_acl=public-read -o logfile=/var/log/s3fs.log -o allow_other ``` ### Details about issue The last modified time of parent directory doesn't change and always be 1970-01-01 08:00.
kerem closed this issue 2026-03-04 01:50:52 +03:00
Author
Owner

@huntersman commented on GitHub (Nov 15, 2022):

Does not support by self maintained object storage.

<!-- gh-comment-id:1314654640 --> @huntersman commented on GitHub (Nov 15, 2022): Does not support by self maintained object storage.
Author
Owner

@ggtakec commented on GitHub (Jan 6, 2023):

@huntersman I'm sorry for late reply.
This specification has existed since the early days of s3fs.
However, the next version, if you mount with s3fs and update the stat information of the mount point, the stat information will be updated.
This fix was made in #1964. (PR #2016 under review is also relevant.)
If you want to try it now, you can build the code on the master branch.
Thanks for your help.

<!-- gh-comment-id:1373058368 --> @ggtakec commented on GitHub (Jan 6, 2023): @huntersman I'm sorry for late reply. This specification has existed since the early days of s3fs. However, the next version, if you mount with s3fs and update the stat information of the mount point, the stat information will be updated. This fix was made in #1964. (PR #2016 under review is also relevant.) If you want to try it now, you can build the code on the master branch. Thanks for your help.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#1038
No description provided.