Skip to content

Commit

Permalink
Added version for Sts
Browse files Browse the repository at this point in the history
  • Loading branch information
kschroeder committed Sep 28, 2017
1 parent 5a36f78 commit 28c265c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/AwsFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
use Aws\Sms\SmsClient;
use Aws\Sns\SnsClient;
use Aws\Sqs\SqsClient;
use Aws\Sts\StsClient;
use Magium\Configuration\Config\Repository\ConfigInterface;

class AwsFactory
Expand Down Expand Up @@ -74,7 +75,8 @@ class AwsFactory
SesClient::class => '2010-12-01',
SmsClient::class => '2016-10-24',
SnsClient::class => '2010-03-31',
SqsClient::class => '2012-11-05'
SqsClient::class => '2012-11-05',
StsClient::class => '2011-06-15'
];

private $config;
Expand Down

0 comments on commit 28c265c

Please sign in to comment.