Takeshi Nakatani
Takeshi Nakatani
@lucdurb For example, when s3fs creates a `dir` directory(folder), it creates an object called `dir/`. When you create a `dir/file` object using the SDK(such as aws cli), objects called `dir`...
@Doctor-Who The version of s3fs described in this issue is 1.93, but does the fact that it has been working for several years mean that s3fs was upgraded when it...
In my opinion, I would like to preserve the OS provided as LTS. _I think it is okay to exclude OS versions that are outside of LTS._ I would like...
I would like to reconsider the need for CentOS7. With the transition to C++11, the use of devtoolset is required to support CentOS7. Actually, I think it can be installed...
I'm keeping it because CentOS 7(and RHEL 7) are so popular(I'm not sure if I can call it that), but I think it's about time for user to switch to...
### Additional Information About actions/checkout@v4 and CentOS 7 Going forward, we will need to migrate to actions/checkout@v4, which we are using with Gitub Actions. But actions/checkout@v4 doesn't work on CnetOS...
If the `--cached` option of the `stat` command is provided and that option is not specified on command line, it should behave as `default`. The `default` setting is that it...
@basldfalksjdf I'm aware of this issue and have ideas for fixing it, so we plan to improve it in near future. (I apologize for not starting yet)
I don't see any way to prevent this problem. With the current fuse2, there seems to be no countermeasure other than specifying `nonempty`. Since the `nonempty` option is **no longer**...
Try starting s3fs with `dbglevel=info`(or `dbg`) or `curldbg` and check its detailed operation log. The log may contain information that may give you a hint as to why the error...