Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ezralazuardy committed Oct 10, 2023
1 parent eb1fb31 commit bff5d0e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/filesystems.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@
'throw' => false,
],

'tmp' => [
'driver' => 'local',
'root' => env('AWS_USE_LAMBDA_STORAGE', true) ? '/tmp' : storage_path('app/temp'),
'url' => env('AWS_USE_LAMBDA_STORAGE', true) ? '/tmp' : storage_path('app/temp'),
],

's3' => [
'driver' => 's3',
'key' => env('AWS_ACCESS_KEY_ID'),
Expand Down

0 comments on commit bff5d0e

Please sign in to comment.