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