Skip to content

Commit

Permalink
Merge pull request aws#663 from dstevenson/bugfix/guzzle-6-classname
Browse files Browse the repository at this point in the history
Updated Guzzle5 classname to Guzzle6 classname for CachingStream
  • Loading branch information
jeskew committed Jun 27, 2015
2 parents 3cccb2c + 85aa611 commit 3a2d520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Exception/CouldNotCreateChecksumException.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ public function __construct($algorithm, \Exception $previous = null)
. "seekable. To prevent this error you can either 1) include the "
. "ContentMD5 or ContentSHA256 parameters with your request, 2) "
. "use a seekable stream for the body, or 3) wrap the non-seekable "
. "stream in a GuzzleHttp\\Stream\\CachingStream object. You "
. "stream in a GuzzleHttp\\Psr7\\CachingStream object. You "
. "should be careful though and remember that the CachingStream "
. "utilizes PHP temp streams. This means that the stream will be "
. "temporarily stored on the local disk.", 0, $previous);
Expand Down

0 comments on commit 3a2d520

Please sign in to comment.