Implemented fix from #215

This commit is contained in:
Sergio Brighenti 2020-05-12 18:02:46 +02:00
parent edd00c9f73
commit 62655f9421

View file

@ -55,6 +55,7 @@ return [
],
'region' => $config['storage']['region'],
'version' => 'latest',
'@http' => ['stream' => true],
]);
return new Filesystem(new AwsS3Adapter($client, $config['storage']['bucket'], $config['storage']['path']));