@@ -54,11 +54,11 @@ |
||
54 | 54 | * @since 7.0.0 |
55 | 55 | */ |
56 | 56 | public function readObject($urn) { |
57 | - return SeekableHttpStream::open(function ($range) use ($urn) { |
|
57 | + return SeekableHttpStream::open(function($range) use ($urn) { |
|
58 | 58 | $command = $this->getConnection()->getCommand('GetObject', [ |
59 | 59 | 'Bucket' => $this->bucket, |
60 | 60 | 'Key' => $urn, |
61 | - 'Range' => 'bytes=' . $range, |
|
61 | + 'Range' => 'bytes='.$range, |
|
62 | 62 | ] + $this->getSSECParameters()); |
63 | 63 | $request = \Aws\serialize($command); |
64 | 64 | $headers = []; |