feat(s3-aws): Implement use_path_style_endpoint for Minio usage (#228)

* feat(s3-aws): Implement use_path_style_endpoint for Minio usage (https://min.io/)

* feat(s3): moove default path style to true

---------

Co-authored-by: Valentin Ouvrard <valentin.ouvrard@nautile.sarl>
Co-authored-by: Julien Nahum <julien@nahum.net>
This commit is contained in:
Valentin Ouvrard 2023-10-25 19:12:08 +11:00 committed by GitHub
parent 2d0d4a65c2
commit b043407a4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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