Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Permission denied if S3 host contains :80 #4249

Closed
Invander29 opened this issue Feb 22, 2024 · 0 comments · Fixed by #4379
Closed

Permission denied if S3 host contains :80 #4249

Invander29 opened this issue Feb 22, 2024 · 0 comments · Fixed by #4379
Labels
bug Something isn't working

Comments

@Invander29
Copy link

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: mozilla/sccache#2104

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants