[PR #1049] [MERGED] Remove cache file when object time differs #1778

Closed
opened 2026-03-04 02:02:07 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/1049
Author: @gaul
Created: 6/22/2019
Status: Merged
Merged: 6/23/2019
Merged by: @ggtakec

Base: masterHead: external-modication


📝 Commits (1)

  • 9e5eaad Remove cache file when object time differs

📊 Changes

3 files changed (+25 additions, -1 deletions)

View changed files

📝 .travis.yml (+3 -1)
📝 src/fdcache.cpp (+10 -0)
📝 test/integration-test-main.sh (+12 -0)

📄 Description

Check the modification times to determine whether an object has
updated. This relies on low clock skew between s3fs and the S3
server; a more robust approach could use the ETag. Fixes #1047.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/1049 **Author:** [@gaul](https://github.com/gaul) **Created:** 6/22/2019 **Status:** ✅ Merged **Merged:** 6/23/2019 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `external-modication` --- ### 📝 Commits (1) - [`9e5eaad`](https://github.com/s3fs-fuse/s3fs-fuse/commit/9e5eaad79bc9d55174f2da1ae0bc10963fa43e36) Remove cache file when object time differs ### 📊 Changes **3 files changed** (+25 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+3 -1) 📝 `src/fdcache.cpp` (+10 -0) 📝 `test/integration-test-main.sh` (+12 -0) </details> ### 📄 Description Check the modification times to determine whether an object has updated. This relies on low clock skew between s3fs and the S3 server; a more robust approach could use the ETag. Fixes #1047. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:02:07 +03:00
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#1778
No description provided.