Tomasz Barański
Results
2
comments of
Tomasz Barański
It seems to work on my Mac. ``` > sw_vers ProductName: Mac OS X ProductVersion: 10.10.5 BuildVersion: 14F1713 > rustc -V rustc 1.8.0 (db2939409 2016-04-11) > sdl2-config --version 2.0.3 >...
So, the issue is that when `STORAGE_EMULATOR_HOST` is set, the client is created without credentials: https://github.com/googleapis/google-cloud-go/blob/c6711b83cb6f9f35032e69a40632b7268fcdbd0a/storage/storage.go#L161-L186 But later, when `SingedURL` is called, and there are no explicit credentials in options,...