FakeStorageRpc/LocalStorageHelper: leads to logs about needing to call Builder#setApplicationName #1496
Labels
api: storage
Issues related to the googleapis/java-storage-nio API.
priority: p3
Desirable enhancement or fix. May not be included in next release.
Steps to reproduce
setApplicationName
Code example
Anything using LocalStorageHelper, eg
ends up running this code in FakeStorageRpc.java
This
Storage
constructor creates and then immediately uses aStorage.Builder
, which means there's no place to callBuilder#setApplicationName
, leading to an unavoidable log.Stack trace
The logged message is:
The text was updated successfully, but these errors were encountered: