mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
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#1517
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/471
Author: @ggtakec
Created: 9/19/2016
Status: ✅ Merged
Merged: 9/19/2016
Merged by: @ggtakec
Base:
master← Head:master📝 Commits (1)
65d5250Added use_xattr option for #467 and #460📊 Changes
4 files changed (+36 additions, -4 deletions)
View changed files
📝
.gitignore(+1 -0)📝
doc/man/s3fs.1(+6 -0)📝
src/s3fs.cpp(+22 -4)📝
src/s3fs_util.cpp(+7 -0)📄 Description
Added "use_xattr" option for enable to handle the extended attribute.
We need to have two way mode about the exetended attribute because copy command(operation) with preserve file mode does not work with handling the extended attribute on FUSE.
So the default about xattr is disabled on s3fs, but we can specify this new option "use_xattr" for enabling it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.