Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

AWS lib3s C/C++ Library Sample Code / Tutorials

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.

like image 202
Tanaki Avatar asked Apr 25 '12 22:04

Tanaki


1 Answers

Give http://ceph.com/docs/master/radosgw/s3/cpp/, a read; there are several examples there. Additionally, the source code has some good examples such as https://github.com/ceph/libs3/blob/master/src/s3.c#L1396 which is an example of putObject.

like image 200
bowlofstew Avatar answered Sep 18 '22 22:09

bowlofstew