Move bucket_bound_hostname code into helper #121
Labels
api: storage
Issues related to the googleapis/python-storage API.
type: cleanup
An internal cleanup or hygiene concern.
For now we have three places in which we're using
bucket_bound_hostname
. The code is almost the same in all three places, so it'll be good to union it in single helper:python-storage/google/cloud/storage/blob.py
Lines 517 to 522 in 616f107
python-storage/google/cloud/storage/bucket.py
Lines 2531 to 2536 in 616f107
python-storage/google/cloud/storage/client.py
Lines 1014 to 1020 in 616f107
The text was updated successfully, but these errors were encountered: