There was an error while loading. Please reload this page.
1 parent cc7eb76 commit c5d9e34Copy full SHA for c5d9e34
cpp/example_code/s3-crt/s3-crt-demo.cpp
@@ -17,7 +17,7 @@
17
18
static const char ALLOCATION_TAG[] = "s3-crt-demo";
19
20
-// List all Amazon S3 buckets under the account.
+// List all Amazon Simple Storage Service (Amazon S3) buckets under the account.
21
bool ListBuckets(const Aws::S3Crt::S3CrtClient& s3CrtClient, const Aws::String& bucketName) {
22
23
Aws::S3Crt::Model::ListBucketsOutcome outcome = s3CrtClient.ListBuckets();
0 commit comments