[GH-ISSUE #592] modify permissions and change ownership to Files/Folder in s3fs directory #334

Closed
opened 2026-03-04 01:44:30 +03:00 by kerem · 1 comment
Owner

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.

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.
kerem 2026-03-04 01:44:30 +03:00
  • closed this issue
  • added the
    question
    label
Author
Owner

@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,

<!-- gh-comment-id:301235332 --> @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,
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#334
No description provided.