Invander29 opened a new issue, #4249: URL: https://github.com/apache/opendal/issues/4249
I am using S3 minio server. After the update of sccache from `0.5.4` I had an issue with Permissions when sccache wanted to access `.sccache_check` file. It uses this library as dependency. ``` sccache: error: Server startup failed: cache storage failed to read: PermissionDenied (permanent) at stat ``` I changed my `SCCACHE_ENDPOINT` environment variable from `host:80` to `host`. With a different port (tested with `9000`) it worked. Originally posted here: https://github.com/mozilla/sccache/issues/2104 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
