You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 31, 2026. It is now read-only.
This is intended to be used when creating a new object / blob.
1696
1689
1697
-
See the `API reference docs`_ for more information, the fields
1698
-
marked as writable are:
1690
+
See the [`API reference docs`](https://cloud.google.com/storage/docs/json_api/v1/objects)
1691
+
for more information, the fields marked as writable are:
1699
1692
1700
1693
* ``acl``
1701
1694
* ``cacheControl``
@@ -2445,7 +2438,8 @@ def upload_from_file(
2445
2438
See the `object versioning`_ and `lifecycle`_ API documents
2446
2439
for details.
2447
2440
2448
-
Uploading a file with a `customer-supplied`_ encryption key:
If :attr:`encryption_key` is set, the blob will be encrypted with
2914
-
a `customer-supplied`_ encryption key.
2908
+
a [`customer-supplied`](https://cloud.google.com/storage/docs/encryption#customer-supplied)
2909
+
encryption key.
2915
2910
2916
2911
If :attr:`user_project` is set on the bucket, bills the API request
2917
2912
to that project.
@@ -3931,51 +3926,47 @@ def open(
3931
3926
cache_control=_scalar_property("cacheControl")
3932
3927
"""HTTP 'Cache-Control' header for this object.
3933
3928
3934
-
See `RFC 7234`_ and `API reference docs`_.
3929
+
See [`RFC 7234`](https://tools.ietf.org/html/rfc7234#section-5.2)
3930
+
and [`API reference docs`](https://cloud.google.com/storage/docs/json_api/v1/objects).
See [`API reference docs`](https://cloud.google.com/storage/docs/json_api/v1/objects).
4046
4036
4047
4037
If the property is not set locally, returns :data:`None`.
4048
4038
@@ -4083,14 +4073,13 @@ def id(self):
4083
4073
This returns the blob's MD5 hash. To retrieve the value, first use a
4084
4074
reload method of the Blob class which loads the blob's properties from the server.
4085
4075
4086
-
See `RFC 1321`_ and `API reference docs`_.
4076
+
See [`RFC 1321`](https://tools.ietf.org/html/rfc1321) and
See [`API reference docs`](https://cloud.google.com/storage/docs/json_api/v1/objects).
4269
4258
4270
4259
If the property is not set locally, returns :data:`None`.
0 commit comments