Takeshi Nakatani

Results 291 comments of Takeshi Nakatani

#1927 adds `credlib` and `credlib_ops` options. Authentication not currently supported by s3fs can be supported by specifying a dedicated DSO for these options. Please try to create your own DSO...

@seongwook-git Even if your v1.82 mounts the bucket which has stat information by this code, I don't think you can reflect it on the mount point. On Ubuntu 18.04, I...

Close this issue. If you still need it, please reopen it.

@jrandall I am interested in the following features: https://github.com/libfuse/libfuse/blob/master/ChangeLog.rst#libfuse-330-2018-11-06 And I think it affects #1246 as well. This issue is closed, but we will continue to consider support for FUSE3....

s3fs has two types of cache: `file object content` cache and `file object stat information` cache. I think that the reason why the deleted file in another node in this...

Close this issue. If you still need it, please reopen it.

@sheromon I commented at https://github.com/s3fs-fuse/s3fs-fuse/issues/1290#issuecomment-1606045109 Please see it. Thanks.

@tiberiumihai The `Pool full: destroy the oldest handler` message is just a message to destroy the CURL handle, so I don't think it is the direct cause. First, you need...

@darioackermann Could you try this #1927 merged code(credlib/credlib_ops option) and external DSO library(=https://github.com/ggtakec/s3fs-fuse-awscred-lib)? This combination(options and libraries) should work for AWS authentication.(but you have to build)

PR #2075 implemented command line options for proxy. It can be used as an alternative to setting proxy by environment variable. I will close this issue, but if you have...