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 1a38876 commit a5bf45aCopy full SHA for a5bf45a
src/DependencyInjection/AwsPackagesProvider.php
@@ -57,6 +57,10 @@ public static function getAllServices(): array
57
'class' => \AsyncAws\Rekognition\RekognitionClient::class,
58
'package' => 'async-aws/rekognition',
59
],
60
+ 'route53' => [
61
+ 'class' => \AsyncAws\Route53\Route53Client::class,
62
+ 'package' => 'async-aws/route53',
63
+ ],
64
's3' => [
65
'class' => \AsyncAws\S3\S3Client::class,
66
'package' => 'async-aws/s3',
0 commit comments