Skip to content

Commit

Permalink
add eu-central-1 region
Browse files Browse the repository at this point in the history
  • Loading branch information
johannesnagl committed Nov 4, 2014
1 parent 68ffb37 commit 6419d0a
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
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 6419d0a

Please sign in to comment.