Skip to content

Commit

Permalink
Corrected the AWS Security Token Service
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdowling committed Dec 11, 2014
1 parent 5e62c31 commit 4a8a59f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,7 @@
## 2.7.10 - Unreleased

* Added support for user data to Amazon Elastic Transcoder.
* Corrected the AWS Security Token Service endpoint.

## 2.7.9 - 2014-12-08

Expand Down
2 changes: 1 addition & 1 deletion src/Aws/Common/Resources/public-endpoints.php
Expand Up @@ -13,7 +13,7 @@
'endpoint' => 'iam.us-gov.amazonaws.com'
),
'us-gov-west-1/sts' => array(
'endpoint' => 'sts.us-gov.amazonaws.com'
'endpoint' => 'sts.us-gov-west-1.amazonaws.com'
),
'us-gov-west-1/s3' => array(
'endpoint' => 's3-{region}.amazonaws.com'
Expand Down

0 comments on commit 4a8a59f

Please sign in to comment.