We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a326d45 commit 0c00d9aCopy full SHA for 0c00d9a
examples/aws/S3BucketClientApp/bin/app examples/aws/AwsClientApp/bin/appexamples/aws/S3BucketClientApp/bin/app renamed to examples/aws/AwsClientApp/bin/app
…ples/aws/S3BucketClientApp/composer.json examples/aws/AwsClientApp/composer.jsonexamples/aws/S3BucketClientApp/composer.json renamed to examples/aws/AwsClientApp/composer.json
…mples/aws/S3BucketClientApp/src/main.php examples/aws/AwsClientApp/src/main.phpexamples/aws/S3BucketClientApp/src/main.php renamed to examples/aws/AwsClientApp/src/main.php
@@ -32,7 +32,7 @@
32
require __DIR__ . '/../vendor/autoload.php';
33
34
echo <<<EOL
35
- Starting S3Bucket Client App
+ Starting Aws Client App
36
37
Which call would you like to make?
38
Type outgoing-http-call or aws-sdk-call
@@ -123,6 +123,8 @@
123
124
$root->end();
125
126
+echo 'Aws Client App complete!';
127
+
128
function printTraceId($span): void
129
{
130
$traceId = $span->getContext()->getTraceId();
0 commit comments