Skip to content

Commit b7b6e35

Browse files
authored
Fix s3 endpoint url reference (laravel#5267)
1 parent 5ddbfb8 commit b7b6e35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/filesystems.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
'secret' => env('AWS_SECRET_ACCESS_KEY'),
6262
'region' => env('AWS_DEFAULT_REGION'),
6363
'bucket' => env('AWS_BUCKET'),
64-
'url' => env('AWS_URL'),
64+
'endpoint' => env('AWS_URL'),
6565
],
6666

6767
],

0 commit comments

Comments
 (0)