We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c50e8ae commit 4e31e42Copy full SHA for 4e31e42
1 file changed
gcs/multipart_upload.py
@@ -60,6 +60,8 @@ def init_xml_multipart(request, bucket, object_name):
60
metadata["cacheControl"] = headers["cache-control"]
61
if headers.get("x-goog-storage-class"):
62
metadata["storageClass"] = headers["x-goog-storage-class"]
63
+ if headers.get("x-goog-custom-time"):
64
+ metadata["customTime"] = headers["x-goog-custom-time"]
65
66
# Collect x-goog-meta-* custom metadata
67
custom = metadata["metadata"]
0 commit comments