Skip to content

Commit

Permalink
Update FilesystemManager.php
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh committed Sep 23, 2020
1 parent ccbf7ae commit bb352e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Illuminate/Filesystem/FilesystemManager.php
Expand Up @@ -207,7 +207,7 @@ public function createS3Driver(array $config)
$root = $s3Config['root'] ?? null;

$options = $config['options'] ?? [];

$streamReads = $config['stream_reads'] ?? false;

return $this->adapt($this->createFlysystem(
Expand Down

0 comments on commit bb352e9

Please sign in to comment.