Takeshi Nakatani
Takeshi Nakatani
@jstastny I looked into this bug you detected. Your fix was mostly correct, but it was needed a little more modification. So, I created a PR as #2406 to fix...
@ptofevski Please tell us about the command line or fstab when starting s3fs. Also, if possible, please specify the `curldbg=dbg` or `curldbg` option to collect detailed logs. I think the...
@gitgpi Looking at the command line, I think there is no problem. For your reference, if you authenticate to s3fs using the `default` profile in the ${HOME}/.aws/credential file used by...
@Scisaga The current s3fs does not check for updates to the credential file. (In other words, it does not have a reload function) Regarding this feature, the question of whether...
It appears that 2.12 is not yet officially supported by any distribution other than Gentoo. And I haven't been able to confirm it directly yet. Is it possible for you...
@a17r Thanks for your help. To be clear, is this issue resolved in versions 2.12.3 and later? @gaul Even if I write to include `libxml/parser.h` directly in `s3fs_xml.h`, it will...
@a17r Excuse me, but let me confirm that I haven't misunderstood yet. Does this mean that in the combination of Gentoo+libxml (2.12), there are still issues that are required in...
@a17r Thank you for reply. I'm glad that PR solved this problem. This issue will be closed, but if you still have any problems, please reopen or create a new...
@JeremyWesthead I tried it on AWS S3, but in this case I receive a `403` error and s3fs exits with `Invalid Credentials`. I checked the code for v1.90 and your...
@brodly Thanks for the details. I was able to confirm that the exit code of the mount command is 0 if it fails to start via the mount command(a case...