Get Object
Retrieves an object from a bucket.
GET /{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. |
Response Headers
Name | Description |
---|---|
Content-Rangenone | Data range, will only be returned if the range header field was specified in the request |
Updated on 11th November, 2024
Table of content