Takeshi Nakatani

Results 291 comments of Takeshi Nakatani

The code for #2088 has been merged. Please try new code in master if you can. This issue will be closed, but please reopen it if the problem still exists....

@CRblog I'm sorry for my late reply. You can specify `nomixupload` option to solve this problem. I believe this makes each part size of the multipart the fixed length you...

@perry-mitchell It seems to hang up in the communication from inside the docker container to outside. Could you possible to check the communication route between container and outside network? And...

@xplosionmind @zhao-ji @alter Is it possible to start s3fs with dbglevel=info (or dbg) and curldbg options and collect logs of the problem in question? Perhaps those are needed to determine...

@giulianoc I believe #1964 and #2016 have been merged and your proposed scenario 2 works. Try using master's code with the `update_parent_dir_stat` option. This issue is closed, but if you're...

This issue doesn't seem to be happening now. (At the moment, CI is successful on Fedora36/37) This will be closed. If you still have problems, please reopen or post a...

I haven't been able to reproduce this issue yet. I thought that @JossWhittle's report maight have been influenced by #2057. However, it seems that this assumption is wrong because it...

@alfiedotwtf If you're deadlocking(or something similar) only when you don't use `-f`, then I'm concerned about the relationship between pthreads and forks. In s3fs, I believe that the thread do...

https://github.com/s3fs-fuse/s3fs-fuse/issues/1632#issuecomment-1484077046

As one solution to this issue: I have released the following source as a prototype few month ago. https://github.com/ggtakec/s3fs-fuse-awscred-lib _You can refer to the README.md for how to build/use it._...