Skip to content

Commit 5e55327

Browse files
committed
updated Scenario
1 parent f464264 commit 5e55327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javav2/example_code/s3/src/main/java/com/example/s3/express/S3DirectoriesScenario.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ public static void setupClientsAndBuckets(String expressUserName, String regular
468468

469469
logger.info(DASHES);
470470
logger.info("""
471-
3. Create 2 S3Clients; one uses the ExpressUser's credentials and one uses the RegularUser's credentials.
471+
3. Create two S3Clients; one uses the ExpressUser's credentials and one uses the RegularUser's credentials.
472472
The 2 S3Clients will use different credentials.
473473
""");
474474
waitForInputToContinue(locscanner);

0 commit comments

Comments
 (0)