-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Connecting cubestore to s3 storage failing for af-south-1 region #3848
Comments
Hey @andrew-musoke ! |
Hi @PieterVanZyl-Dev If we are successful with cube in prod, shall definitely start evangelizing it here :) Just got a chance to try @paveltiunov work around but brings a different error. FYI upgraded to Thanks for raising the rust issue. Will follow up there. |
If you are interested in working on this issue, please leave a comment below and we will be happy to assign the issue to you. |
Bit late to the party, but I notice that in version |
It should work starting from https://github.com/cube-js/cube/releases/tag/v0.35.17 Thanks, @jonasdebeukelaer, for your contribution! |
Describe the bug
Followed this tutorial to deploy production CubeJS. When running cubestore as docker image and the
CUBESTORE_S3_REGION
is set toaf-south-1
, the application will fail to start with below DNS error.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Expected the image to start without error
Version:
Docker image
cubestore:v0.29.10
Additional context
The problem seems to only present with region
af-south-1
. From what I gathered, Cubejs couldn't formulate a URL in the formhttps://cubestore-storage.s3.af-south-1.amazonaws.com
as expected.I changed the region to
us-east-1
and this behaviour changed and the app started properly.The text was updated successfully, but these errors were encountered: