You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 31, 2026. It is now read-only.
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:
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