SSS - S3 Toolkit 0.9.6
S3 client library and applications
Loading...
Searching...
No Matches
Data Structures
Here are the data structures with brief descriptions:
[detail level 1234]
 Nsss
 Napi
 CAccessControlPolicyXML -> C++ mapping of AccessControlPolicy https://docs.aws.amazon.com/AmazonS3/latest/API/API_GetBucketAcl.html
 CBucketInfoXML -> C++ mapping of ListBuckets/Buckets response. See https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjectsV2.html
 CGrantXML -> C++ mapping of ListObjectsV2/Contents response. See https://docs.aws.amazon.com/AmazonS3/latest/API/API_Object.html
 CS3ApiS3 Client inteface
 CListObjectV2ConfigListObjectsV2 request See https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjectsV2.html
 CListObjectV2ResultListObjectsV2 response. See https://docs.aws.amazon.com/AmazonS3/latest/API/API_ListObjectsV2.html
 CObjectVersionInfoObject version history
 CReadBufferMemory buffer used in SendParams
 CSendParamsSend request parameters
 CVersioningInfoVersioning information
 CBucketValidationReturned from ValidateBucket function
 CComputeSignatureConfigArguments for ComputeSignature and SignHeaders functions
 CS3ClientConfigParameters for SendS3Request calls
 CS3CredentialsS3 Credentials in AWS format
 CS3DataTransferConfigParameters for calls to upload and download functions
 CS3SignUrlConfigArguments to SignedURL function
 CSignatureSignature information
 CSplitIteratorIterator over splits
 CSplitRangeRange over splits
 CTimeTime data type, used to generate pre-signed URLs
 CURLURL type
 CWebClientSend web requests through libcurl
 CXMLIStreamXML parser, returns array of text elements with the same parent path or an array of parsed XML sub trees
 CXMLOStreamXMLGenerator. Use methods or overloaded subscript operator to insert data into XML tree