This commit is contained in:
2026-04-15 20:33:58 +05:00
parent e54b7f1089
commit 17c7a84f71
6 changed files with 12 additions and 30 deletions

View File

@@ -62,6 +62,7 @@ return [
'region' => env('MINIO_REGION', 'us-east-1'), // Your MinIO region, typically 'us-east-1'
'bucket' => env('MINIO_BUCKET'), // The name of your bucket
'endpoint' => env('MINIO_ENDPOINT'), // MinIO server endpoint
'url' => env('MINIO_URL'), // Public URL for the browser
'use_path_style_endpoint' => env('MINIO_USE_PATH_STYLE', true), // MinIO path-style support
'visibility' => 'public', // Set the visibility (public/private)
'signature_version' => 'v4', // Add this line