fix: register minio custom driver using flysystem-aws-s3-v3 (Laravel 5.0 hardcodes v2)
All checks were successful
Deploy Production (crewsportswear.com) / deploy (push) Successful in 2m5s

This commit is contained in:
Frank John Begornia
2026-04-17 13:03:37 +08:00
parent c6518e81c9
commit 0fe2e2bae6
2 changed files with 18 additions and 1 deletions

View File

@@ -88,7 +88,7 @@ return [
],
'minio' => [
'driver' => 's3',
'driver' => 'minio',
'key' => env('MINIO_KEY'),
'secret' => env('MINIO_SECRET'),
'region' => env('MINIO_REGION', 'us-east-1'),