mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[GH-ISSUE #592] modify permissions and change ownership to Files/Folder in s3fs directory #334
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#334
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 @vgadhadaran on GitHub (May 10, 2017).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/592
It works for files but not for folders. The folders has sub folders and files.
@ggtakec commented on GitHub (May 13, 2017):
@vgadhadaran
Probably I think the OAIsys directory is an object created with tools other than s3fs.
This object does not have x-amz-meta-* header information.
Therefore, although it can be recognized as a directory, it is in a state where permission can not be acquired.
You can grant permissions below the mount point using options such as uid/gid/umask.
Alternatively, you can try the complement_stat option using the latest code from the master branch.
I'm closing this issue, but you need to keep this, please reopen this.
Regards,