This commit is contained in:
2026-04-15 23:34:01 +05:00
parent 17c7a84f71
commit 61e685b3ce
22 changed files with 38 additions and 17 deletions

View File

@@ -62,7 +62,6 @@ 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