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 #2104

Open
Invander29 opened this issue Feb 22, 2024 · 2 comments
Open

Permission denied if S3 host contains :80 #2104

Invander29 opened this issue Feb 22, 2024 · 2 comments

Comments

@Invander29
Copy link

I am using S3 minio server. After the update from 0.5.4 I had an issue with Permissions when sccache wanted to access .sccache_check file.

sccache: error: Server startup failed: cache storage failed to read: PermissionDenied (permanent) at stat

I had to change my SCCACHE_ENDPOINT environment variable from "host:80" to "host", even though you have in your documentation that there must be host:port. With a different port (tested with 9000) it worked.

@Xuanwo
Copy link
Collaborator

Xuanwo commented Feb 22, 2024

I had to change my SCCACHE_ENDPOINT environment variable from "host:80" to "host", even though you have in your documentation that there must be host:port.

port is allowed to omit when http + 80 and https + 443. We can polish the docs a bit.

With a different port (tested with 9000) it worked.

This seems like an opendal bug, would you like to submit an issue to opendal instead?

link: https://github.com/apache/opendal/issues

@Invander29
Copy link
Author

Thank you for your fast response. Yes, please, polish the doc. It would save me a lot of time.

I have created the issue for opendal here: apache/opendal#4249

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants