Implemented fix from #215
This commit is contained in:
parent
edd00c9f73
commit
62655f9421
1 changed files with 10 additions and 9 deletions
|
@ -55,6 +55,7 @@ return [
|
||||||
],
|
],
|
||||||
'region' => $config['storage']['region'],
|
'region' => $config['storage']['region'],
|
||||||
'version' => 'latest',
|
'version' => 'latest',
|
||||||
|
'@http' => ['stream' => true],
|
||||||
]);
|
]);
|
||||||
|
|
||||||
return new Filesystem(new AwsS3Adapter($client, $config['storage']['bucket'], $config['storage']['path']));
|
return new Filesystem(new AwsS3Adapter($client, $config['storage']['bucket'], $config['storage']['path']));
|
||||||
|
|
Loading…
Reference in a new issue