@@ -438,23 +438,22 @@ def generate_signed_url(
438
438
:type headers: dict
439
439
:param headers:
440
440
(Optional) Additional HTTP headers to be included as part of the
441
- signed URLs. See:
441
+ signed URLs. See:
442
442
https://cloud.google.com/storage/docs/xml-api/reference-headers
443
443
Requests using the signed URL *must* pass the specified header
444
444
(name and value) with each request for the URL.
445
445
446
446
:type query_parameters: dict
447
447
:param query_parameters:
448
- (Optional) Additional query paramtersto be included as part of the
449
- signed URLs. See:
448
+ (Optional) Additional query parameters to be included as part of the
449
+ signed URLs. See:
450
450
https://cloud.google.com/storage/docs/xml-api/reference-headers#query
451
451
452
452
:type client: :class:`~google.cloud.storage.client.Client` or
453
453
``NoneType``
454
- :param client: (Optional) The client to use. If not passed, falls back
454
+ :param client: (Optional) The client to use. If not passed, falls back
455
455
to the ``client`` stored on the blob's bucket.
456
456
457
-
458
457
:type credentials: :class:`google.auth.credentials.Credentials` or
459
458
:class:`NoneType`
460
459
:param credentials: The authorization credentials to attach to requests.
@@ -479,8 +478,8 @@ def generate_signed_url(
479
478
480
479
:type bucket_bound_hostname: str
481
480
:param bucket_bound_hostname:
482
- (Optional) If pass , then construct the URL relative to the bucket-bound hostname.
483
- Value cane be a bare or with scheme, e.g., 'example.com' or 'http://example.com'.
481
+ (Optional) If passed , then construct the URL relative to the bucket-bound hostname.
482
+ Value can be a bare or with scheme, e.g., 'example.com' or 'http://example.com'.
484
483
See: https://cloud.google.com/storage/docs/request-endpoints#cname
485
484
486
485
:type scheme: str
0 commit comments