Object Operations
Get Object
Retrieve an object from a bucket
GET
Make sure you have READ permission on the object you want to retrieve.
Get Object
Retrieves objects from Nami Cloud Storage. The object data is streamed in the response body.
Base URL
Parameters
The key of the object to retrieve
Headers
Range
Downloads the specified range bytes of an object
If-Match
Return the object only if its entity tag (ETag) is the same as specified
If-Modified-Since
Return the object only if it has been modified since the specified time
Request Examples
Response Example
Authorizations
AWS Signature Version 4
Path Parameters
Key of the object
Response
200 - application/octet-stream
Object retrieved successfully
The response is of type file
.