-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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(storage): specify credentials with STORAGE_EMULATOR_HOST #7271
fix(storage): specify credentials with STORAGE_EMULATOR_HOST #7271
Conversation
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.
Thanks for the PR! I think this looks good to me. @BrennaEpp or @codyoss any thoughts?
@tritone @BrennaEpp @codyoss I've fixed the PR, so would you review it again? 🙏 |
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.
Just one suggestion, otherwise looks good.
2fc38c1
to
8663de0
Compare
@tritone @BrennaEpp @codyoss Thank you for your review! I've fixed it, so would you review the PR again? |
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.
thanks for the contribution!
Encountered the same problem with googleapis/google-api-go-client#558 when specifying
STORAGE_EMULATOR_HOST
. For our case, we'd like to passoption.WithTokenSource
, and it raises the following error withSTORAGE_EMULATOR_HOST
during the test. To avoid the error, we should passinternaloption.SkipDialSettingsValidation
as the Spanner client does.