You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
thanos-io/objstore#35 introduced a change to the way Azure
endpoint
default value is calculated. Previously, settingendpoint: ""
in the object storage config would mean the default endpoint would be used. In v0.31.0, settingendpoint: ""
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.
The text was updated successfully, but these errors were encountered: