-
Notifications
You must be signed in to change notification settings - Fork 565
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
Fail compiles on misconfigured S3 bucket #45
Comments
One thing I just remembered on rust-lang/rust#38359 though was that we don't have secret env vars on PRs, so the configuration where the access key is specified but the secret key isn't would be nice to continue working. |
I had the same, a typo in credentials killed 15 min of my time :-) |
same here, 30min |
don't hesitate to propose patches to improve this :) |
This was referenced Dec 28, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We discussed this on IRC, but a nifty feature to help debug misconfiguration of S3 credentials would be to fail compilations (perhaps with an error message) if the S3 cache management fails.
I ran into two separate problems during integration:
I think both cases have a fairly predictable error which can flag "misconfiguration" as opposed to transient error, and it'd definitely help working through the setup!
The text was updated successfully, but these errors were encountered: