Skip to content

Commit 0c00d9a

Browse files
committed
add final message
1 parent a326d45 commit 0c00d9a

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed
File renamed without changes.

examples/aws/S3BucketClientApp/src/main.php renamed to examples/aws/AwsClientApp/src/main.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
require __DIR__ . '/../vendor/autoload.php';
3333

3434
echo <<<EOL
35-
Starting S3Bucket Client App
35+
Starting Aws Client App
3636
3737
Which call would you like to make?
3838
Type outgoing-http-call or aws-sdk-call
@@ -123,6 +123,8 @@
123123

124124
$root->end();
125125

126+
echo 'Aws Client App complete!';
127+
126128
function printTraceId($span): void
127129
{
128130
$traceId = $span->getContext()->getTraceId();

0 commit comments

Comments
 (0)