From d8eb1b6a7fb77562a051d688ffac79fd196eab57 Mon Sep 17 00:00:00 2001 From: Jonathan Eskew Date: Thu, 11 Jun 2015 10:20:37 -0700 Subject: [PATCH] Change region in getting started guide from us-standard to us-east-1 --- .gitignore | 1 + docs/getting-started/basic-usage.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5ec8836f6e..03f4db546c 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ Config ./Makefile .idea atlassian-ide-plugin.xml +aws-sdk-php.iml .DS_Store .swp .build diff --git a/docs/getting-started/basic-usage.rst b/docs/getting-started/basic-usage.rst index 2700b8c343..db2989c03e 100644 --- a/docs/getting-started/basic-usage.rst +++ b/docs/getting-started/basic-usage.rst @@ -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