libs3
trunk
|
#include <libs3.h>
Data Fields | |
S3ResponseHandler | responseHandler |
S3GetObjectDataCallback * | getObjectDataCallback |
An S3GetObjectHandler defines the callbacks which are made for get_object requests.
S3ResponseHandler S3GetObjectHandler::responseHandler |
responseHandler provides the properties and complete callback
S3GetObjectDataCallback* S3GetObjectHandler::getObjectDataCallback |
The getObjectDataCallback is called as data is read from S3 as the contents of the object being read in the get_object request. It is called repeatedly until there is no more data provided in the request, or until the callback returns an error status indicating that the request should be aborted.