mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-24 21:06:02 +03:00
[PR #2169] [CLOSED] Added need_datasync option #2369
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#2369
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/2169
Author: @ggtakec
Created: 5/27/2023
Status: ❌ Closed
Base:
master← Head:add_sync_opt📝 Commits (1)
ec75fadAdded need_datasync option📊 Changes
5 files changed (+25 additions, -2 deletions)
View changed files
📝
doc/man/s3fs.1.in(+4 -0)📝
src/curl.cpp(+10 -2)📝
src/curl.h(+2 -0)📝
src/s3fs.cpp(+4 -0)📝
src/s3fs_help.cpp(+5 -0)📄 Description
Relevant Issue (if applicable)
#2157
Details
By merging #2157, it is now possible to sync data when downloading.
However, I want to limit this call to
fdatasyncwith thisneed_datasyncoption(which is disabled by default).But we will check in the long term if this option will be no longer necessary.
@gaul
This PR ties in with #2157 and will be merged soon.
Please let me know if you have any problems.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.