Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ddbfb8 commit b7b6e35Copy full SHA for b7b6e35
config/filesystems.php
@@ -61,7 +61,7 @@
61
'secret' => env('AWS_SECRET_ACCESS_KEY'),
62
'region' => env('AWS_DEFAULT_REGION'),
63
'bucket' => env('AWS_BUCKET'),
64
- 'url' => env('AWS_URL'),
+ 'endpoint' => env('AWS_URL'),
65
],
66
67
0 commit comments