-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Fix minio ws download #2602
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
Fix minio ws download #2602
Conversation
I think removing
Regarding the |
We left out the stage on purpose. It was required for GCP because there buckets are global, but not so in MinIO. Instead, we should remove the bucket name computation from the server and do everything in the content-service. |
/werft with-installer /werft no-preview
3fe726e
to
bd8f77b
Compare
/werft with-installer
bd8f77b
to
d690360
Compare
I reckon the
|
@csweichel: I think this error is independent and occurs when the SSL certificates are missing. See also #2569. |
I'm not sure those are related. If I create a fresh deployment without HTTPS from master the proxy runs just fine without |
It doesn't really make sense that removing Let's merge and see. |
Fixes #2593