From df636727538697bdf133a1cca7857eca0f1d52e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Duli=C3=A7i?= Date: Fri, 3 Sep 2021 01:10:14 +0300 Subject: [PATCH] added path style endpoint --- config/filesystems.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config/filesystems.php b/config/filesystems.php index e6f2e18cc..cec9a49bd 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -96,6 +96,7 @@ return [ 'url' => env('AWS_URL'), 'endpoint' => env('AWS_ENDPOINT'), 'visibility' => env('AWS_VISIBILITY', 'private'), + 'use_path_style_endpoint' => env('AWS_USE_PATH_STYLE_ENDPOINT', false), ], ],