Get Object Info
Returns information about object. This request will return the same header information as with the Get Object request, but will include the metadata only, not the object data payload.
HEAD /{object} HTTP/1.1
Host: {bucket}.{region}.cdn77-storage.com
Request Headers
Name | Description |
---|---|
rangenone | The range of the object to retrieve. Range: bytes=beginbyte-endbyte |
if-modified-sincenone | Gets only if modified since the set timestamp. |
if-unmodified-sincenone | Gets only if not modified since the set timestamp. |
if-matchnone | Gets only if object ETag matches ETag. |
if-none-matchnone | Gets only if object ETag matches ETag. |
Example response
HTTP/2 200
date: Thu, 30 Mar 2023 09:34:26 GMT
content-type: image/jpeg
content-length: 165457
last-modified: Wed, 29 Mar 2023 06:50:19 GMT
x-rgw-object-type: Normal
etag: "4b063c1aba9cbe12447dccbfc2c78436"
x-amz-storage-class: STANDARD
x-amz-request-id: tx000007829dd44a8560872-00642557a2-1f840a2-nyc
server: CDN77-Fast
x-77-nzt: AZySOhathUoA
x-77-nzt-ray: ffffffff5602ebc6a25725643406662c
accept-ranges: bytes
Updated on 10th September, 2024