Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

fix: Blob.from_string parse gcs uri with regex#1170

Merged
cojenco merged 2 commits intogoogleapis:mainfrom
cojenco:from_string
Oct 31, 2023
Merged

fix: Blob.from_string parse gcs uri with regex#1170
cojenco merged 2 commits intogoogleapis:mainfrom
cojenco:from_string

Conversation

@cojenco
Copy link
Copy Markdown
Contributor

@cojenco cojenco commented Oct 20, 2023

Fixes #1107 🦕

@product-auto-label product-auto-label bot added size: s Pull request size is small. api: storage Issues related to the googleapis/python-storage API. labels Oct 20, 2023
@cojenco cojenco added the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 23, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 23, 2023
@cojenco cojenco marked this pull request as ready for review October 23, 2023 22:29
@cojenco cojenco requested a review from a team as a code owner October 23, 2023 22:29
@cojenco cojenco requested a review from a team October 23, 2023 22:29
@cojenco cojenco added the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 31, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Oct 31, 2023
@cojenco cojenco merged commit 0a243fa into googleapis:main Oct 31, 2023
@Ark-kun
Copy link
Copy Markdown

Ark-kun commented Jan 12, 2024

This change should likely be highlighted as a breaking change in the storage library since the new code starts raising errors for strings that worked before.

@cojenco cojenco deleted the from_string branch October 30, 2024 00:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: storage Issues related to the googleapis/python-storage API. size: s Pull request size is small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Blob.from_string() should be able to parse all valid gcs uri

3 participants