make env variables for aws
This commit is contained in:
@@ -57,10 +57,10 @@ return [
|
|||||||
|
|
||||||
's3' => [
|
's3' => [
|
||||||
'driver' => 's3',
|
'driver' => 's3',
|
||||||
'key' => 'your-key',
|
'key' => env('AWS_KEY'),
|
||||||
'secret' => 'your-secret',
|
'secret' => env('AWS_SECRET'),
|
||||||
'region' => 'your-region',
|
'region' => env('AWS_REGION'),
|
||||||
'bucket' => 'your-bucket',
|
'bucket' => env('AWS_BUCKET'),
|
||||||
],
|
],
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user