Update filesystems.php
This commit is contained in:
parent
dfd494f051
commit
411ff5978c
|
@ -57,11 +57,11 @@
|
||||||
|
|
||||||
's3' => [
|
's3' => [
|
||||||
'driver' => 's3',
|
'driver' => 's3',
|
||||||
'url' => env('AWS_URL'),
|
|
||||||
'key' => env('AWS_KEY'),
|
'key' => env('AWS_KEY'),
|
||||||
'secret' => env('AWS_SECRET'),
|
'secret' => env('AWS_SECRET'),
|
||||||
'region' => env('AWS_REGION'),
|
'region' => env('AWS_REGION'),
|
||||||
'bucket' => env('AWS_BUCKET'),
|
'bucket' => env('AWS_BUCKET'),
|
||||||
|
'url' => env('AWS_URL'),
|
||||||
],
|
],
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue