LibAWS++ (A C++ SDK for interfacing with AWS)

Short Description

LibAWS++ is a C++ library to communicate with Amazon Web Services. It allows to read and manipulate data for the Amazon Services S3 (Simple Storage Service), SimpleDB, and SQS (Simple Queue Service).

Moreover, it comes with two additional tools:

  • three command-line clients for each of the services mentioned above. For example, the S3 command line utility allows you to create buckets, list objects, or delete objects.
  • we've also created a fuse-based filesystem for S3. It works on Linux (with libfuse) and Mac (with MacFuse). Moreover, it can be compiled with Memcache support allowing caching of meta-data.

Partners

Project Homepage

Visit the project's homepage.