mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[GH-ISSUE #460] How to use umask and cp all local file to bucket with same local #250
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#250
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?
Originally created by @internalG on GitHub (Aug 15, 2016).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/460
TIA
@ggtakec commented on GitHub (Sep 11, 2016):
@internalG I'm sorry for late reply.
Latest s3fs supports xattr, but thereby s3fs can not set permissions by the behavior of FUSE(1).
And if s3fs does not support it, s3fs has a bug by itself(2).
I already fixed and tested for case (2) and it worked good, but case(1) is not solved yet.
I try to check FUSE and s3fs now, please wait a while.
Thanks in advance for your help.
@ggtakec commented on GitHub (Sep 11, 2016):
I fixed case (2) by #466.
And duplicated this issue to #467.
Please wait a while.
Regards,
@internalG commented on GitHub (Sep 12, 2016):
Thanks a lot! I'm a little confused by current situation. The xattr and cp -p are mutex. The official decision is to use use_xattr option to enable xattr explicitly, and -p option is enabled by default, right?
@ggtakec commented on GitHub (Sep 13, 2016):
Hi @internalG
I think that s3fs must operate the cp command with preserve mode as default operation.
If there is no mistake in my s3fs check, cp command does not work as a preserve(file mode only is affected) when s3fs handles the xattrs for FUSE operation.
(If there is my mistake, I have to understand it and made a duplicated Issue(#467) for that.)
Thus I will change xattr handling by option, it will like "use_xattr" option.
I believe that most users are not affected by this change.
And s3fs will can also suppress the extra request without this option.
Regards,
@internalG commented on GitHub (Sep 14, 2016):
Nice! Keep forward.
@ggtakec commented on GitHub (Sep 19, 2016):
@internalG
I merged #471 for this second problem.
Then s3fs works without the extended attribute as deafult, so you can copy a file with preserve file mode.
Please try to use latest master branch codes.
Regards,
@internalG commented on GitHub (Sep 19, 2016):
Roger! 👍
@ggtakec commented on GitHub (Mar 30, 2019):
We kept this issue open for a long time.
I will close this, but if the problem persists, please reopen or post a new issue.