missing uri property on Blob() #896
Labels
api: storage
Issues related to the googleapis/python-storage API.
type: feature request
‘Nice-to-have’ improvement, new feature or different behavior or design.
Can be constructed but would help to get the URI natively as a property of
Blob()
e.g.gs://my_bucket/path/my_blob
This is consistent with instantiating a blob using its URI:
my_bucket.from_string(uri)
The text was updated successfully, but these errors were encountered: