libs3
trunk
|
#include <libs3.h>
Data Fields | |
S3ResponseHandler | responseHandler |
S3PutObjectDataCallback * | putObjectDataCallback |
An S3PutObjectHandler defines the callbacks which are made for put_object requests.
S3ResponseHandler S3PutObjectHandler::responseHandler |
responseHandler provides the properties and complete callback
S3PutObjectDataCallback* S3PutObjectHandler::putObjectDataCallback |
The putObjectDataCallback is called to acquire data to send to S3 as the contents of the put_object request. It is made repeatedly until it returns a negative number (indicating that the request should be aborted), or 0 (indicating that all data has been supplied).