Storage endpoint as env var #707
Labels
api: storage
Issues related to the googleapis/java-storage API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Is your feature request related to a problem? Please describe.
In order to test storage integration locally I need to setup host in StorageOption Builder by myself, like this:
Describe the solution you'd like
It can be easier and more time proof if
StorageOption.DEFAULT_HOST
use a env var to get it's value.Describe alternatives you've considered
I think about something like this in
StorageOptions
class:I can open a PR if you agree with this implementation or have any other idea.
The text was updated successfully, but these errors were encountered: