Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing uri property on Blob() #896

Open
yan-hic opened this issue Nov 4, 2022 · 1 comment
Open

missing uri property on Blob() #896

yan-hic opened this issue Nov 4, 2022 · 1 comment
Assignees
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.

Comments

@yan-hic
Copy link

yan-hic commented Nov 4, 2022

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)

@product-auto-label product-auto-label bot added the api: storage Issues related to the googleapis/python-storage API. label Nov 4, 2022
@BrennaEpp BrennaEpp added the type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. label Nov 4, 2022
@holtskinner
Copy link
Member

This would be very helpful for a number of different use cases, specifically with other Google Cloud products that require the full gs:// uri

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants