I have downloaded and looked over the code for libs3, a library written for C/C++ that interacts with Amazon S3. This library uses a couple of concepts I am not completely comfortable with, so I am curious as to whether or not people know of any tutorials or sample programs that utilize this library.
Share
The only place I have found reasonable examples is by examining the header files for libs3, and by looking through the source code of the s3.c application now included with the library.