Skip to content

Commit 68f137c

Browse files
frankynleahecole
andauthored
Update storage_get_metadata.py (GoogleCloudPlatform#4615)
Co-authored-by: Leah E. Cole <[email protected]>
1 parent c6933bf commit 68f137c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

storage/cloud-client/storage_get_metadata.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ def blob_metadata(bucket_name, blob_name):
4848
print("Content-encoding: {}".format(blob.content_encoding))
4949
print("Content-language: {}".format(blob.content_language))
5050
print("Metadata: {}".format(blob.metadata))
51+
print("Custom Time: {}".format(blob.custom_time))
5152
print("Temporary hold: ", "enabled" if blob.temporary_hold else "disabled")
5253
print(
5354
"Event based hold: ",

0 commit comments

Comments
 (0)