From 15ebd52f2fbdeda0773faca47e92e70fd2ca26d5 Mon Sep 17 00:00:00 2001 From: Farid Saravi Date: Mon, 4 Jan 2021 22:42:35 +0330 Subject: [PATCH] fix: config file system --- config/filesystems.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/filesystems.php b/config/filesystems.php index f8839a7..433cc50 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -79,7 +79,8 @@ return [ 'region' => 'us-east-1', 'bucket' => env('MINIO_BUCKET','your minio bucket name'), 'endpoint' => env('MINIO_ENDPOINT','http://localhost:8000'), - 'url' => 'https://cdn.willaspace.com/'. env('MINIO_BUCKET') + 'url' => 'https://cdn.willaspace.com/'. env('MINIO_BUCKET'), + 'use_path_style_endpoint' => true, ], ],