diff --git a/app/Config/filesystems.php b/app/Config/filesystems.php
index e6ae0fed3..1319c8886 100644
--- a/app/Config/filesystems.php
+++ b/app/Config/filesystems.php
@@ -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,
         ],
 
     ],