diff --git a/config/filesystems.php b/config/filesystems.php index 6558393..0324552 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -55,5 +55,5 @@ return [ 'url' => env('AWS_URL'), ], ], - 'maxsize' => 10 * 1024 * 1024 + 'maxsize' => 100 * 1024 * 1024 ];