Skip to content

Commit

Permalink
Add both endpoint and url env variables (#5276)
Browse files Browse the repository at this point in the history
  • Loading branch information
driesvints committed Apr 9, 2020
1 parent d067d7d commit 73f723a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/filesystems.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@
'secret' => env('AWS_SECRET_ACCESS_KEY'),
'region' => env('AWS_DEFAULT_REGION'),
'bucket' => env('AWS_BUCKET'),
'endpoint' => env('AWS_URL'),
'url' => env('AWS_URL'),
'endpoint' => env('AWS_ENDPOINT'),
],

],
Expand Down

0 comments on commit 73f723a

Please sign in to comment.