Documentation navigation

MultipartUpload

Multipart upload record returned by the Storage API.

NameTypeDefinition
upload_idstringMultipart upload identifier.
keystringFinal object key for the upload.
project_idstringProject that owns the upload.
bucket_namestringBucket that contains the upload.
content_typestringMIME type that will be stored on the completed object.
cache_controlstringCache-Control value that will be stored on the completed object.
attributesJsonObjectUser-defined metadata that will be stored on the completed object.
created_atstringTimestamp when the multipart upload was created.
updated_atstringTimestamp when the multipart upload was last updated.

Example

{  "upload_id": "string",  "key": "string",  "project_id": "string",  "bucket_name": "string",  "content_type": "string",  "cache_control": "string",  "attributes": {},  "created_at": "string",  "updated_at": "string"}