LibAWS++ (A C++ SDK for interfacing with AWS)
Description
We have created an open-source (Apache 2.0 License) C++ library for interfacing with
Amazon Web Services (AWS).
It's called LIBAWS++ and is hosted on Sourceforge.
Specifically, the library currently supports interaction with
We use LIBAWS++ in our products in order to communicate with all of these services.
Besides the (plain) library, LIBAWS++ also comes with 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.
Project Homepage
If you're interested in LIBAWS++, please visit the homepage of the project at
http://aws.28msec.com/ or contact us on the LIBAWS++
mailing list at libaws-users@lists.sourceforge.net.


