Takeshi Nakatani
Takeshi Nakatani
@chrisbecke , @gaul and s3fs users Implementing this option is not difficult. Until now, the s3fs option did not support this option due to fear of secret/token leakage. (If user...
And please specify `dbglevel=dbg(or info)` together.
@loongyiyao I'm sorry for my late reply. s3fs's `stat cache` caches meta information for files and directories(objects). In other words, it caches the stat information for the files themselves. Separately...
s3fs keeps downloaded files locally. However, if you run out of disk space, temporary files will be created, resulting in the same problem you're experiencing. Unfortunately, the only way to...
@dartzonline I think we need a bit more information. We need to know about your environment more clearly. For example: Which type of mounting by s3fs. - You mount S3...
@mlazzarotto Sorry for my late reply. Try starting s3fs with `dbglevel=info` (or `dbglevel=dbg`) and `curldbg` options and get the execution log. The log may provide some clues to solving this...
I noticed this notice too. After 1.95 is released, we should try 13->14->15.
@gaul In the past few days (I think yesterday), there has been a change in the GHA Runner for macos-13, and an error has started to occur. ``` configure: error:...
@gaul The problem with dependencies on macOS 13 seems to have been resolved. (Currently, there are no errors when running CI.) (I may be wrong) I think the dependency was...
@gaul I also tried testing on macOS 14/15, and found that the fuse related header files were missing. (This can be avoided by installing macfuse(brew package) and adding the include...