C++ Code Samples for Amazon S3
The examples listed on this page are code samples written in C++ that demonstrate how to interact with Amazon Simple Storage Service (Amazon S3).
For more information, see the AWS SDK for C++ Developer Guide and the Amazon Simple Storage Service Developer Guide.
- CMakeLists.txt
- copy_object.cpp
- create_bucket.cpp
- delete_bucket.cpp
- delete_bucket_policy.cpp
- delete_object.cpp
- delete_website_config.cpp
- get_acl.cpp
- get_bucket_policy.cpp
- get_object.cpp
- get_put_bucket_acl.cpp
- get_put_object_acl.cpp
- get_website_config.cpp
- include
- list_buckets.cpp
- list_buckets_disabling_dns_cache.cpp
- list_objects.cpp
- list_objects_with_aws_global_region.cpp
- metadata.yaml
- put_bucket_policy.cpp
- put_object.cpp
- put_object_async.cpp
- put_object_buffer.cpp
- put_website_config.cpp
- s3-demo.cpp
- tests