Skip to content

Commit 4ef099d

Browse files
authored
Merge pull request #1076 from xknown/patch-1
Fix S3 endpoint url reference
2 parents 38f42c1 + 9f2aa5b commit 4ef099d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/filesystems.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@
6262
'region' => env('AWS_DEFAULT_REGION'),
6363
'bucket' => env('AWS_BUCKET'),
6464
'url' => env('AWS_URL'),
65+
'endpoint' => env('AWS_ENDPOINT'),
6566
],
6667

6768
],

0 commit comments

Comments
 (0)