Skip to content

Commit 23263b1

Browse files
committed
Service naming fixes.
1 parent da42e03 commit 23263b1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

dotnetv4/S3/Actions/HelloS3.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ namespace S3_Actions;
88

99
// snippet-start:[S3.dotnetv4.S3_Hello]
1010
/// <summary>
11-
/// Hello AWS S3 example.
11+
/// Hello Amazon Simple Storage Service
12+
// (Amazon S3) example.
1213
/// </summary>
1314
public class HelloS3
1415
{
@@ -23,7 +24,7 @@ public static async Task Main(string[] args)
2324

2425
try
2526
{
26-
Console.WriteLine("Hello AWS S3! Let's list your buckets:");
27+
Console.WriteLine("Hello Amazon S3! Let's list your buckets:");
2728
Console.WriteLine(new string('-', 80));
2829

2930
// Use the built-in paginator to list buckets

0 commit comments

Comments
 (0)