Merge branch 'master' into develop

This commit is contained in:
Graham Campbell
2017-12-18 11:31:05 +00:00
11 changed files with 40 additions and 61 deletions

View File

@@ -57,9 +57,9 @@ return [
's3' => [
'driver' => 's3',
'key' => env('AWS_KEY'),
'secret' => env('AWS_SECRET'),
'region' => env('AWS_REGION'),
'key' => env('AWS_ACCESS_KEY_ID'),
'secret' => env('AWS_SECRET_ACCESS_KEY'),
'region' => env('AWS_DEFAULT_REGION'),
'bucket' => env('AWS_BUCKET'),
'url' => env('AWS_URL'),
],