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), ], ],