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

Azure Object Storage endpoint default behaviour has a breaking change in 0.31.0 #6175

Open
verejoel opened this issue Mar 1, 2023 · 1 comment · May be fixed by thanos-io/objstore#95
Open

Comments

@verejoel
Copy link
Contributor

verejoel commented Mar 1, 2023

thanos-io/objstore#35 introduced a change to the way Azure endpoint default value is calculated. Previously, setting endpoint: "" in the object storage config would mean the default endpoint would be used. In v0.31.0, setting endpoint: "" overrides the default, leading to errors when attempting to create a bucket client.

The issue was introduced by f9d07a3 which in-turn brought in the changes from thanos-io/objstore#35.

This issue was first discussed in a slack thread.

@matej-g
Copy link
Collaborator

matej-g commented Mar 2, 2023

Thanks for reporting this! I wonder if this is a common occurrence (users configuring endpoint: "") and should be fixed or whether it suffices to document this 🤔. IMHO first solution would be more proper.

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

Successfully merging a pull request may close this issue.

2 participants