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