Takeshi Nakatani
Takeshi Nakatani
@artificial-aidan Thanks for your kindness. As you pointed out, it was a buggy code. I am creating a PR #2101 based on your code.(If merged, it will be reflected in...
@artificial-aidan Sorry about the late reply. > Reverting back to the old code was more work than I had time for. Thank you for your great help. Since there was...
@artificial-aidan #2101 has been merged. Please check and let me know if you have any problems.
@bmihaescu Currently, s3fs does not have IRSA authentication functionality. Options(`credlib` and `credlib_ops`) added in #1927(#2101) are the ability to load external authentication libraries into s3fs. Currently, it seems that the...
Added `update_parent_dir_stat` option to update parent directory stat information when file operations are performed. With this, I think that you can catch file and directory updates when used with NFS....
@VVoidV Thanks for your kindness. The current inode returned by s3fs for FUSE calls is either the inode number of the cache file or the temporary file. If the cache...
@giulianoc Added `update_parent_dir_stat` option to update parent directory stat information when file operations are performed. With this, I think that you can catch file and directory updates when used with...
This will be closed. If you still have problems, please reopen or post a new issue.
I think this bug has been fixed in master, so I will close this issue. If you still have problems with the master code, please reopen it.
@skepticalwaves I'm sorry for my late reply. I created PR #2088 for this issue. Please try this code if you can, or wait a moment for it to be merged.