Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update s3-crt-demo.cpp
Branding guidelines specify that first mention of Amazon S3 is full version.
  • Loading branch information
brmur authored Feb 4, 2021
commit c5d9e345ea23bf40d22e7ca6d3332386b43e1fd7
2 changes: 1 addition & 1 deletion cpp/example_code/s3-crt/s3-crt-demo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

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

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

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