Takeshi Nakatani
Takeshi Nakatani
@sinnrrr Thanks for getting your log. As you say, the `CURLE_SSL_CACERT` error is output, so it seems that the Peer certificate cannot be confirmed with the CA certificate. s3fs delegates...
@VivienMoretto87 Thanks for your kindness. s3fs-fuse doesn't currently support SSO authentication, so we'd appreciate it if you could make a PullRequest. After that, @gaul and I will be able to...
When user operates on a file through s3fs, user will at least download objects from S3. If user updates the file, an upload will occur. The upload can be partial...
Since the TODO part is also a synchronous process (PUT request), I think that dup can be eliminated.
Currently s3fs tries to download the size specified by multipart_size and parallel_count(ex, if both parameters are set 5, download size is 25MB). This is so that the download cache can...
@jekatarina You are using v1.86, but this version does not have the `sigv4` option built in.(The `sigv4` option is supported since v1.88.) Please try again with the latest version. Thanks...
@VivienMoretto87 This PR seems to contain some fix. We are using awscli for testing, but the chnaging to awscli version 2 should be separated from this PR. I will consider...
Prepared PR(#1933) to change AWS CLI version1 to version2. Try to rebase this PR once it is merged. I think that it can avoid the part where the error occurs...
@sqlbot As you said, I think this is just an additional logic to capture the STS credentials. And this has no way to renew that token. @VivienMoretto87 Are you thinking...
@JadianRadiator Thanks for reporting a issue. Do you have a file(object) called `.` in your bucket(under mount point)? I'll try to investigate, but I don't think the filename `.` can...