From 254c53ecb86cc594579a70033e48c04a955c2484 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Tue, 18 Feb 2020 23:16:25 -0500 Subject: [PATCH] Support minio for S3 uploads --- config/filesystems.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/filesystems.php b/config/filesystems.php index 1f8d84cc2..e48490f09 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -63,6 +63,7 @@ return [ 'bucket' => env('AWS_BUCKET'), 'url' => env('AWS_URL'), 'endpoint' => env('AWS_ENDPOINT'), + 'use_path_style_endpoint' => env('AWS_USE_PATH_STYLE_ENDPOINT', false), ], 'spaces' => [