From d8ec4f4a6c6f2307a56061b8fed4f9ff3ec606aa Mon Sep 17 00:00:00 2001 From: Shayac Date: Sun, 7 Jun 2015 22:33:25 -0400 Subject: [PATCH] Update basic-usage.rst --- docs/getting-started/basic-usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started/basic-usage.rst b/docs/getting-started/basic-usage.rst index 8b7ac627f3..2700b8c343 100644 --- a/docs/getting-started/basic-usage.rst +++ b/docs/getting-started/basic-usage.rst @@ -142,7 +142,7 @@ call the ``Aws\S3\S3Client::putObject()`` method. .. code-block:: php // Use an Aws\Sdk class to create the S3Client object. - $s3 = $sdk->createS3(); + $s3Client = $sdk->createS3(); // Send a PutObject request and get the result object. $result = $s3Client->putObject([