FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix: Changed name of methods `Blob.from_string()` and `Bucket.from_string()` to `from_uri()` by holtskinner · Pull Request #1335 · googleapis/python-storage · GitHub

This repository was archived by the owner on Mar 31, 2026. It is now read-only.
/ python-storage Public archive

fix: Changed name of methods Blob.from_string() and Bucket.from_string() to from_uri() - #1335

Merged
andrewsg merged 1 commit into
3.0-develfrom
from_uri
Oct 7, 2024
Merged

fix: Changed name of methods Blob.from_string() and Bucket.from_string() to from_uri()#1335
andrewsg merged 1 commit into
3.0-develfrom
from_uri

Conversation

holtskinner commented Aug 6, 2024
edited
Loading

Copy link
Copy Markdown
Contributor
  • Other methods use "string" to refer to the actual content of the Blob, not the uri. The updated method name is more intuitive for developers.
  • Marked from_string() as deprecated and mapped functionality to from_uri().

Original reasoning for from_string() naming in #7693

holtskinner requested review from a team August 6, 2024 14:48
product-auto-label Bot added the size: m Pull request size is medium. label Aug 6, 2024
product-auto-label Bot added the api: storage Issues related to the googleapis/python-storage API. label Aug 6, 2024
holtskinner added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 6, 2024
yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 6, 2024
holtskinner changed the base branch from main to 3.0-devel October 4, 2024 17:19
holtskinner requested a review from a team as a code owner October 4, 2024 17:19
holtskinner requested review from glasnt and removed request for a team October 4, 2024 17:19
holtskinner changed the base branch from 3.0-devel to main October 4, 2024 17:20
holtskinner changed the base branch from main to 3.0-devel October 4, 2024 17:26
holtskinner closed this Oct 4, 2024
product-auto-label Bot added size: u Pull request is empty. and removed size: m Pull request size is medium. labels Oct 4, 2024
holtskinner reopened this Oct 4, 2024
product-auto-label Bot added size: m Pull request size is medium. and removed size: u Pull request is empty. labels Oct 4, 2024
holtskinner requested a review from andrewsg October 4, 2024 17:39
holtskinner added the kokoro:run Add this label to force Kokoro to re-run the tests. label Oct 4, 2024

andrewsg commented Oct 7, 2024

Copy link
Copy Markdown
Contributor

Thank you!

andrewsg merged commit ae917ee into 3.0-devel Oct 7, 2024
andrewsg deleted the from_uri branch October 7, 2024 15:47
andrewsg pushed a commit that referenced this pull request Dec 5, 2024
andrewsg pushed a commit that referenced this pull request Dec 10, 2024
andrewsg pushed a commit that referenced this pull request Dec 11, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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. kokoro:run Add this label to force Kokoro to re-run the tests. size: m Pull request size is medium.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL