feat(aws): update AWS configuration in .env.example and filesystems.php for enhanced settings
This commit is contained in:
@@ -56,8 +56,11 @@ return [
|
||||
'url' => env('AWS_URL'),
|
||||
'endpoint' => env('AWS_ENDPOINT'),
|
||||
'use_path_style_endpoint' => env('AWS_USE_PATH_STYLE_ENDPOINT', false),
|
||||
'throw' => false,
|
||||
'report' => false,
|
||||
'http' => [
|
||||
'verify' => env('AWS_HTTP_VERIFY', false),
|
||||
],
|
||||
'throw' => true,
|
||||
'report' => true,
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user