Response¶
Response Headers¶
Header | Type | Description |
---|---|---|
Content-Length | String (Required) | If the operation succeeds, this value is 0. If the operation fails, this value is the length of the error text in the response body. |
Etag | String (Required) | For ordinary objects, this value is the MD5 checksum of the uploaded object content. For static large objects, this value is the MD5 checksum of the concatenated string of MD5 checksums for each of the segments. For dynamic large objects, the value is the MD5 checksum of the manifest file. |
Content-Type | String (Required) | MIME type of the object. |
Date | Datetime (Required) | Transaction date and time. |
X-Trans-Id | Uuid (Required) | A unique transaction identifier. |
X-Timestamp | Datetime (Required) | Object creation time and date, in UNIX Epoch timestamp format. |