Takeshi Nakatani
Takeshi Nakatani
@SanjeetKr7 Sorry for my late reply Your log says that the `RBTS` directory object does not exist. If you create a directory with s3fs, an object called `RBTS/` should be...
@akahky The first error in this issue(`SignatureDoesNotMatch`) is an error returned from the server on the `DigitalOcean` side. So it seems that the authentication information is incorrect. _(Please check `.passwd-s3fs`.)_...
@akahky Is the `host=https://digitaloceanspaces.com` option the correct value? This setup is causing a redirect to `https://www.digitalocean.com`. (it seems this url is a web service, not s3 service.)
@darioackermann I haven't been able to comment all of them yet, but let me ask you a quick question. First of all, I don't think there is any processing when...
@darioackermann Thenks for your reply. Regarding SSO support, I think @sqlbot's [comment](https://github.com/s3fs-fuse/s3fs-fuse/pull/1932#issuecomment-1104339561) in the previous PR makes sense, and I also agree with him. > but the user would notice...
@darioackermann Thanks for your reply. I understand the point of using IAM keys only when necessary. However, the problem with expiring tokens is still that the cause of the error...
@MMahendravarman Could you tell us the version of s3fs you are using, the options at startup, the environment variables, etc.? s3fs has gone through some fixes and this error message...
I'm currently testing(fuse-t: 1.0.20), but there are some things we need to check. _(Because the investigation has not been completed yet, there is a high possibility that it is not...
@kgabor _I think if the s3fs command called from the `find` command has recursive checks on directories, etc., it may slow down the operation._ To solve this, it may be...
@heironeous I checked the log you provided. I haven't been able to reproduce this issue yet, so I have a few questions: - Please tell me what to do after...