SSS - S3 Toolkit 0.9.6
S3 client library and applications
Loading...
Searching...
No Matches
File List
Here is a list of all documented files with brief descriptions:
[detail level 123]
  apps
 generate_s3_credentials.cppGenerates S3 access and secret keys
 parallel_download.cppParallel object download download from S3 service
 parallel_upload.cppParallel upload to S3 service
 presign_url.cppPresign URL
 s3-client.cppSend S3v4-signed requests to S3 andpoint and print raw responses
  lib
  hash
 hmac256.cppImplementation of HMAC hashing algorithm
 md5.cppImplementation of MD5 algorithm,
 md5.hDeclaration of MD5 hashing functions
 sha256.cppImplementation of SHA256 algorithm
 sha256.hDeclaration of SHA256 hash functions
 utility.cppImplementation of SHA256 utility functions
 utility.hDeclaration of utility functions for SHA256 hashing
  include
 aws_sign.hPublic interface to signing URLs and HTTP headers with the S3v4 protocol standard
 common.hCommon definitions
 response_parser.hFunctions to parse XML and HTTP headers
 s3-api.hDeclarations of S3Api class
 s3-client.hDeclaration of functions and data types for sending S3 requests, signing URLs and downloading and uploading files
 url_utility.hInternal utility functions to process and parse text and URLs and create S3 signature keys
 utility.hInternal utility functions
 webclient.hDeclaration of WebClient class wrapping libcurl to send web requests
 xmlstreams.hXml parser and generator
  src
 webclient.cppImplementation of WebClient class, wrapper around libcurl
  test
  api
 bucket-test.cppBucket tests