Skip to content

Commit

Permalink
Change region in getting started guide from us-standard to us-east-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jeskew committed Jun 11, 2015
1 parent 209f327 commit d8eb1b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -8,6 +8,7 @@ Config
./Makefile
.idea
atlassian-ide-plugin.xml
aws-sdk-php.iml
.DS_Store
.swp
.build
Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started/basic-usage.rst
Expand Up @@ -55,7 +55,7 @@ client's constructor.
$s3 = new Aws\S3\S3Client([
'version' => 'latest',
'region' => 'us-standard'
'region' => 'us-east-1'
]);
Notice that we did **not** explicitly provide credentials to the client. That's
Expand Down

0 comments on commit d8eb1b6

Please sign in to comment.