-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(storage): specify credentials with STORAGE_EMULATOR_HOST (#7271)
Encountered the same problem with googleapis/google-api-go-client#558 when specifying STORAGE_EMULATOR_HOST. For our case, we'd like to pass option.WithTokenSource, and it raises the following error with STORAGE_EMULATOR_HOST during the test. To avoid the error, we should pass internaloption.SkipDialSettingsValidation as the Spanner client does. Co-authored-by: Chris Cotter <[email protected]>
- Loading branch information
1 parent
bd90ad9
commit 940ae15
Showing
2 changed files
with
17 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters