Amazon S3 code examples using the AWS SDK for C++ - AWS SDK for C++

Amazon S3 code examples using the AWS SDK for C++

Amazon S3 is object storage built to store and retrieve any amount of data from anywhere. There are multiple classes provided by the AWS SDK for C++ to interface with Amazon S3.

Note

Only the code that is necessary to demonstrate certain techniques is supplied in this Guide, but the complete example code is available on GitHub. On GitHub you can download a single source file or you can clone the repository locally to get, build, and run all examples.