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:
parent
2d0d4a65c2
commit
b043407a4f
|
@ -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),
|
||||
],
|
||||
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue