]> BookStack Code Mirror - bookstack/blobdiff - app/Config/filesystems.php
Uploads: Explicitly disabled s3 streaming in config
[bookstack] / app / Config / filesystems.php
index e6ae0fed364883c35d10ee02a4b7bc68c8ea0243..1319c8886f63bf4bf5312b90fadf242ee084599f 100644 (file)
@@ -58,6 +58,7 @@ return [
             'endpoint'                => env('STORAGE_S3_ENDPOINT', null),
             'use_path_style_endpoint' => env('STORAGE_S3_ENDPOINT', null) !== null,
             'throw'                   => true,
+            'stream_reads'            => false,
         ],
 
     ],