MultipartUpload
Multipart upload record returned by the Storage API.
| Name | Type | Definition |
|---|---|---|
upload_id | string | Multipart upload identifier. |
key | string | Final object key for the upload. |
project_id | string | Project that owns the upload. |
bucket_name | string | Bucket that contains the upload. |
content_type | string | MIME type that will be stored on the completed object. |
cache_control | string | Cache-Control value that will be stored on the completed object. |
attributes | JsonObject | User-defined metadata that will be stored on the completed object. |
created_at | string | Timestamp when the multipart upload was created. |
updated_at | string | Timestamp 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"}