get https://{hostname}/datastore/
Returns the contents of the object stored under the specified key in your data set. If you don't already have the key value for the object, run the List object keys operation, select a fileName
from the response object, and use it as the key
in your request. You can also use the Range
header to indicate the part of the object that you want to receive. In the response, this operation returns the Content-Type
header for the object and any custom X-AK-Meta-*
headers you set with the Upload an object operation.