Skip to content

Commit

Permalink
Merge pull request aws#385 from johannesnagl/patch-2
Browse files Browse the repository at this point in the history
add eu-central-1 region to s3 definition file
  • Loading branch information
mtdowling committed Nov 4, 2014
2 parents 68ffb37 + 6419d0a commit 2d9e30f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Aws/S3/Resources/s3-2006-03-01.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@
'https' => true,
'hostname' => 's3-eu-west-1.amazonaws.com',
),
'eu-central-1' => array(
'http' => true,
'https' => true,
'hostname' => 's3-eu-central-1.amazonaws.com',
),
'ap-northeast-1' => array(
'http' => true,
'https' => true,
Expand Down

0 comments on commit 2d9e30f

Please sign in to comment.