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 41af34a commit 276ac0cCopy full SHA for 276ac0c
src/DependencyInjection/AwsPackagesProvider.php
@@ -49,6 +49,10 @@ public static function getAllServices(): array
49
'class' => \AsyncAws\RdsDataService\RdsDataServiceClient::class,
50
'package' => 'async-aws/rds-data-service',
51
],
52
+ 'rekognition' => [
53
+ 'class' => \AsyncAws\Rekognition\RekognitionClient::class,
54
+ 'package' => 'async-aws/rekognition',
55
+ ],
56
's3' => [
57
'class' => \AsyncAws\S3\S3Client::class,
58
'package' => 'async-aws/s3',
0 commit comments