Takeshi Nakatani
Takeshi Nakatani
When I thought about the support for FUSE3 before, I noticed the difference between FUSE2 and FUSE3 and the difference in the prototype of the I/F function. However, when the...
Duplicate of #1122.
Reopen this.
For Windows, let's use `%UserProfile%` instead of `$HOME`.(After #1855 pr)
It looks like the token can be obtained from the meta url(`/latest/meta-data/iam/security-credentials/xxxxxxxRole`). And when s3fs accessed the bucket, it seems that s3fs received a 403. ``` HTTP response code 403,...
I am currently submitting #1927 as a solution to this problem. That PR provides new option(`credlib`) to delegate the credential processing used by s3fs to an external DSO library. I...
Yes, I'm worried about that too. And above all, these files(devices) have not been implemented(Read/Write), which makes them meaningless to s3fs users. I plan to change the processing of these...
@shiwu515 I checked your s3fs log and after that, I thnik that it seems to have successfully created the `/7.c` file.(by `touch 7.c` command) If I don't mis-understand, your client...
@shiwu515 Sorry for the late reply. I was able to reproduce this problem. As you pointed out, `s3fs_flush` has never been called, but `s3fs_release` has been called and the file...
@shiwu515 I have identified the cause of this and fixed it.(see #1957) When NFS receives a `touch` command, it tries to create a regular file using `mknod`. By `mknod` system...