File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -3543,10 +3543,13 @@ def custom_time(self):
3543
3543
3544
3544
@custom_time .setter
3545
3545
def custom_time (self , value ):
3546
- """Set the custom time for the object. Once set it can't be unset
3547
- and only changed to a custom datetime in the future. If the
3548
- custom_time must be unset, you must either perform a rewrite operation
3549
- or upload the data again.
3546
+ """Set the custom time for the object.
3547
+
3548
+ Once set on the server side object, this value can't be unset, but may
3549
+ only changed to a custom datetime in the future.
3550
+
3551
+ If :attr:`custom_time` must be unset, either perform a rewrite
3552
+ operation or upload the data again.
3550
3553
3551
3554
See https://cloud.google.com/storage/docs/json_api/v1/objects
3552
3555
You can’t perform that action at this time.
0 commit comments