Skip to content

Commit 2dc454d

Browse files
committed
Uploads: Explicitly disabled s3 streaming in config
This was the default option anyway, just adding here for better visibility of this being set. Can't enable without issues as the app will attempt to seek which does not work for these streams. Also have not tested on non-s3, s3-like systems.
1 parent c1552fb commit 2dc454d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/Config/filesystems.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@
5858
'endpoint' => env('STORAGE_S3_ENDPOINT', null),
5959
'use_path_style_endpoint' => env('STORAGE_S3_ENDPOINT', null) !== null,
6060
'throw' => true,
61+
'stream_reads' => false,
6162
],
6263

6364
],

0 commit comments

Comments
 (0)