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

Support storage.googleapis.com public url at Blob.from_string #1299

Open
kalvin807 opened this issue Jun 30, 2024 · 0 comments
Open

Support storage.googleapis.com public url at Blob.from_string #1299

kalvin807 opened this issue Jun 30, 2024 · 0 comments
Assignees
Labels
api: storage Issues related to the googleapis/python-storage API. priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@kalvin807
Copy link

kalvin807 commented Jun 30, 2024

Hi,

I am working on a project with both Node.js and Python codebases, each reading cloud storage objects via URIs (gs://bucket/object or https://storage.googleapis.com/...).

I noticed that the JavaScript implementation supports both URI schemes, but the Python implementation only supports gs:// URIs.

Although it is simple to work around this limitation, is there any plan to support public URLs (https://storage.googleapis.com/...) in the Python implementation as well? This would make the two seemingly similar APIs more consistent. I can make PR if it sounds good, as it seems trivial to implement.

@product-auto-label product-auto-label bot added the api: storage Issues related to the googleapis/python-storage API. label Jun 30, 2024
@kalvin807 kalvin807 changed the title Support gs public url at Blob.from_string Support storage.googleapis.com public url at Blob.from_string Jun 30, 2024
@cojenco cojenco added type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. priority: p3 Desirable enhancement or fix. May not be included in next release. labels Jul 1, 2024
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. priority: p3 Desirable enhancement or fix. May not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
3 participants