added path style endpoint

This commit is contained in:
Denis Duliçi 2021-09-03 01:10:14 +03:00
parent 607a9014fa
commit df63672753

View File

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