Skip to content

Commit 73f723a

Browse files
authored
Add both endpoint and url env variables (laravel#5276)
1 parent d067d7d commit 73f723a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config/filesystems.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@
6161
'secret' => env('AWS_SECRET_ACCESS_KEY'),
6262
'region' => env('AWS_DEFAULT_REGION'),
6363
'bucket' => env('AWS_BUCKET'),
64-
'endpoint' => env('AWS_URL'),
64+
'url' => env('AWS_URL'),
65+
'endpoint' => env('AWS_ENDPOINT'),
6566
],
6667

6768
],

0 commit comments

Comments
 (0)