-
Notifications
You must be signed in to change notification settings - Fork 86
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
GCS: Fix logic for falling back to Google defaults #106
Conversation
Signed-off-by: Saswata Mukherjee <[email protected]>
a769dec
to
3e9f7af
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Unfortunately this didn't resolve the issue for us. When dropping the latest Thanos with this PR into our app, with no other changes, we're getting:
This happens when making a GET request against a GCS bucket. |
Could you provide more details as to how it was failing before? Was it the same error @jhalterman? |
Issue was reported in thanos-io#106 (comment)
Issue was reported in thanos-io#106 (comment) Signed-off-by: Joao Marcal <[email protected]>
GCS: adds scope to fix bug introduced in #86 Issue was reported in #106 (comment) Signed-off-by: Joao Marcal <[email protected]>
Changes
Fixes #104
Verification