We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da42e03 commit 23263b1Copy full SHA for 23263b1
1 file changed
dotnetv4/S3/Actions/HelloS3.cs
@@ -8,7 +8,8 @@ namespace S3_Actions;
8
9
// snippet-start:[S3.dotnetv4.S3_Hello]
10
/// <summary>
11
-/// Hello AWS S3 example.
+/// Hello Amazon Simple Storage Service
12
+// (Amazon S3) example.
13
/// </summary>
14
public class HelloS3
15
{
@@ -23,7 +24,7 @@ public static async Task Main(string[] args)
23
24
25
try
26
- Console.WriteLine("Hello AWS S3! Let's list your buckets:");
27
+ Console.WriteLine("Hello Amazon S3! Let's list your buckets:");
28
Console.WriteLine(new string('-', 80));
29
30
// Use the built-in paginator to list buckets
0 commit comments