#include <libs3.h>
Public Attributes | |
| S3ResponseHandler | responseHandler |
| S3PutObjectDataCallback * | putObjectDataCallback |
responseHandler provides the properties and complete callback
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).
1.5.7.1