@@ -406,9 +406,9 @@ |
||
| 406 | 406 | $temporaryUrl = $this->getTemporaryUrl($path, Carbon::now()->addMinutes(5)); |
| 407 | 407 | |
| 408 | 408 | $stream = $this->getHttpClient() |
| 409 | - ->get($temporaryUrl, ['stream' => true]) |
|
| 410 | - ->getBody() |
|
| 411 | - ->detach(); |
|
| 409 | + ->get($temporaryUrl, ['stream' => true]) |
|
| 410 | + ->getBody() |
|
| 411 | + ->detach(); |
|
| 412 | 412 | |
| 413 | 413 | return ['stream' => $stream]; |
| 414 | 414 | } catch (NoSuchKeyException $e) { |