Retrieve a blob
Retrieve a blob or a byte range of a blob.
Path Parameters
accountstring
The account the blob belongs to.
blobNamestring
The name of the blob to retrieve. This CAN include /
characters.
Header Parameters
range?string
The byte range to retrieve, in the format bytes=start-end
. If not specified, the entire blob will be returned.
Response Body
curl -X GET "http://localhost:9090/v1/blobs/string/path/to/myblob.txt" \ -H "range: bytes=0-1023"
Empty
Empty
Empty
Empty
Empty