Skip to content

Commit c5d9e34

Browse files
authored
Update s3-crt-demo.cpp
Branding guidelines specify that first mention of Amazon S3 is full version.
1 parent cc7eb76 commit c5d9e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/example_code/s3-crt/s3-crt-demo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
static const char ALLOCATION_TAG[] = "s3-crt-demo";
1919

20-
// List all Amazon S3 buckets under the account.
20+
// List all Amazon Simple Storage Service (Amazon S3) buckets under the account.
2121
bool ListBuckets(const Aws::S3Crt::S3CrtClient& s3CrtClient, const Aws::String& bucketName) {
2222

2323
Aws::S3Crt::Model::ListBucketsOutcome outcome = s3CrtClient.ListBuckets();

0 commit comments

Comments
 (0)