Takeshi Nakatani
Takeshi Nakatani
Whether user use vcpkg or clone yourself, user will be building aws-sdk-cpp locally now. If we follow this, I think s3fs will also be a just-in-time build at install. One...
I posted the PR(#1927) with code that made it possible to use the `aws-sdk-cpp` library for credential(token) processing. The process using the `aws-sdk-cpp` library is specified as a shared library...
It is uncertain, but it is suspected that the cause is that s3fs has not changed the stat(`mtime` / `atime`) of the parent directory of the manipulated file. I continue...
I think it is easy to implement the retry processing of interruption by signal. And recovering Disk full seems to be difficult because I think that an error will occur...
@gaul Thanks for your infromation. I would be happy if following problem was solved. I will try it once around 11/3. https://github.com/s3fs-fuse/s3fs-fuse/blob/master/.github/workflows/ci.yml#L120-L126
I noticed the following error for macos in the Schedule build of Github Actions on this Sunday. ``` configure: error: Package requirements (fuse >= 2.7.3 libcurl >= 7.0 libxml-2.0 >=...
**The macOS 10.15 Actions runner image will be fully unsupported by 8/30/22 in GitHub** I've picked up this issue from the Issue at https://github.com/actions/virtual-environments/issues/5583. And today I saw an errors...
Currently, in Github Action, the following error is displayed and it can not be solved. > This is a scheduled macOS-10.15 brownout. The macOS-10.15 environment is deprecated and will be...
Since `macos-12` Github Actions runner is now supported, I checked again with both `macos-11` and `12`. In conclusion, it is unlikely that you can install and use `macfuse` with Github...
@sinnrrr As I wrote in #445, we should know the output log of s3fs to solve this problem. Whether or not there was a problem with the authentication is also...