test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user