libs3  trunk
S3MultipartCommitHandler Struct Reference

#include <libs3.h>

Data Fields

S3ResponseHandler responseHandler
 
S3PutObjectDataCallbackputObjectDataCallback
 
S3MultipartCommitResponseCallbackresponseXmlCallback
 

Field Documentation

S3ResponseHandler S3MultipartCommitHandler::responseHandler

responseHandler provides the properties and complete callback

S3PutObjectDataCallback* S3MultipartCommitHandler::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).

S3MultipartCommitResponseCallback* S3MultipartCommitHandler::responseXmlCallback

The documentation for this struct was generated from the following file: