Skip to content

Commit

Permalink
Fixed aws#596 in the S3 Transfer docs [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremeamia committed May 30, 2015
1 parent a42381f commit 0e44bb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/service/s3-transfer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ object.
$manager = new \Aws\S3\Transfer($client, $source, $dest);
// Initiate the transfer and get a promise.
$promise = $transfer->promise();
$promise = $manager->promise();
// Do something when the transfer is complete using the then() method.
$promise->then(function () {
Expand Down

0 comments on commit 0e44bb2

Please sign in to comment.