Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/python-storage
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.31.1
Choose a base ref
...
head repository: googleapis/python-storage
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.31.2
Choose a head ref
  • 3 commits
  • 5 files changed
  • 4 contributors

Commits on Sep 23, 2020

  1. Copy the full SHA
    2dc91c9 View commit details
  2. chore: enable snippet-bot (#265)

    Co-authored-by: Benjamin E. Coe <bencoe@google.com>
    
    Source-Author: Takashi Matsuo <tmatsuo@google.com>
    Source-Date: Tue Sep 1 17:14:08 2020 +0000
    Source-Repo: googleapis/synthtool
    Source-Sha: d91dd8aac77f7a9c5506c238038a26fa4f9e361e
    Source-Link: googleapis/synthtool@d91dd8a
    
    Co-authored-by: Tres Seaver <tseaver@palladion.com>
    yoshi-automation and tseaver authored Sep 23, 2020
    Copy the full SHA
    2c56d62 View commit details
  3. chore: release 1.31.2 (#279)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Tres Seaver <tseaver@palladion.com>
    release-please[bot] and tseaver authored Sep 23, 2020
    Copy the full SHA
    50b43d9 View commit details
Showing with 12 additions and 4 deletions.
  1. 0 .github/snippet-bot.yml
  2. +7 −0 CHANGELOG.md
  3. +1 −1 google/cloud/storage/blob.py
  4. +1 −1 setup.py
  5. +3 −2 synth.metadata
Empty file added .github/snippet-bot.yml
Empty file.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -4,6 +4,13 @@

[1]: https://pypi.org/project/google-cloud-storage/#history

### [1.31.2](https://www.github.com/googleapis/python-storage/compare/v1.31.1...v1.31.2) (2020-09-23)


### Documentation

* fix docstring example for 'blob.generate_signed_url' ([#278](https://www.github.com/googleapis/python-storage/issues/278)) ([2dc91c9](https://www.github.com/googleapis/python-storage/commit/2dc91c947e3693023b4478a15c460693808ea2d9))

### [1.31.1](https://www.github.com/googleapis/python-storage/compare/v1.31.0...v1.31.1) (2020-09-16)


2 changes: 1 addition & 1 deletion google/cloud/storage/blob.py
Original file line number Diff line number Diff line change
@@ -407,7 +407,7 @@ def generate_signed_url(
>>> from google.cloud import storage
>>> client = storage.Client()
>>> bucket = client.get_bucket('my-bucket-name')
>>> blob = client.get_blob('my-blob-name')
>>> blob = bucket.get_blob('my-blob-name')
>>> url = blob.generate_signed_url(expiration='url-expiration-time', bucket_bound_hostname='mydomain.tld',
>>> version='v4')
>>> url = blob.generate_signed_url(expiration='url-expiration-time', bucket_bound_hostname='mydomain.tld',
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@

name = "google-cloud-storage"
description = "Google Cloud Storage API client library"
version = "1.31.1"
version = "1.31.2"
# Should be one of:
# 'Development Status :: 3 - Alpha'
# 'Development Status :: 4 - Beta'
5 changes: 3 additions & 2 deletions synth.metadata
Original file line number Diff line number Diff line change
@@ -4,14 +4,14 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/python-storage.git",
"sha": "944ab1827b3ca0bd1d3aafc2829245290e9bde59"
"sha": "e190f1cd8f2c454da34a79e22ddb58ff54bc1a10"
}
},
{
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "80f46100c047bc47efe0025ee537dc8ee413ad04"
"sha": "d91dd8aac77f7a9c5506c238038a26fa4f9e361e"
}
}
],
@@ -24,6 +24,7 @@
".github/ISSUE_TEMPLATE/support_request.md",
".github/PULL_REQUEST_TEMPLATE.md",
".github/release-please.yml",
".github/snippet-bot.yml",
".gitignore",
".kokoro/build.sh",
".kokoro/continuous/common.cfg",