mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[PR #1565] [MERGED] set IsExpireTime to true by default #2049
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#2049
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?
📋 Pull Request Information
Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/1565
Author: @lincheney
Created: 2/12/2021
Status: ✅ Merged
Merged: 2/12/2021
Merged by: @gaul
Base:
master← Head:lincheney-patch-1📝 Commits (1)
3988101set IsExpireTime to true by default📊 Changes
1 file changed (+1 additions, -1 deletions)
View changed files
📝
src/cache.cpp(+1 -1)📄 Description
fixes #1563
Relevant Issue (if applicable)
If there are Issues related to this PullRequest, please list it.
#1563
Details
Please describe the details of PullRequest.
Sets the stat cache
IsExpireTimetotrueby default, so that the defaultExpireTimeactually takes effect.Tested using:
s3fs -f bucket /mountpoint ...without the-o stat_cache_expireoptionecho | aws cp - s3://bucket/test-filels -l /mountpoint/test-fileaws rm s3://bucket/test-filels -l /mountpoint/test-file. This should printNo such file or directory🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.