SSS - S3 Toolkit 0.9.6
S3 client library and applications
|
▼Nsss | |
▼Napi | |
CAccessControlPolicy | XML -> C++ mapping of AccessControlPolicy https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketAcl.html |
CBucketInfo | XML -> C++ mapping of ListBuckets/Buckets response. See https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjectsV2.html |
CGrant | XML -> C++ mapping of ListObjectsV2/Contents response. See https://docs.aws.amazon.com/AmazonS3/latest/API/API_Object.html |
▼CS3Api | S3 Client inteface |
CListObjectV2Config | ListObjectsV2 request See https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjectsV2.html |
CListObjectV2Result | ListObjectsV2 response. See https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjectsV2.html |
CObjectVersionInfo | Object version history |
CReadBuffer | Memory buffer used in SendParams |
CSendParams | Send request parameters |
CVersioningInfo | Versioning information |
CBucketValidation | Returned from ValidateBucket function |
CComputeSignatureConfig | Arguments for ComputeSignature and SignHeaders functions |
CS3ClientConfig | Parameters for SendS3Request calls |
CS3Credentials | S3 Credentials in AWS format |
CS3DataTransferConfig | Parameters for calls to upload and download functions |
CS3SignUrlConfig | Arguments to SignedURL function |
CSignature | Signature information |
CSplitIterator | Iterator over splits |
CSplitRange | Range over splits |
CTime | Time data type, used to generate pre-signed URLs |
CURL | URL type |
CWebClient | Send web requests through libcurl |
CXMLIStream | XML parser, returns array of text elements with the same parent path or an array of parsed XML sub trees |
CXMLOStream | XMLGenerator. Use methods or overloaded subscript operator to insert data into XML tree |