Merge branch 'master' of github.com:MakingCG/vue-filemanager-laravel

* 'master' of github.com:MakingCG/vue-filemanager-laravel:
  Allow S3 compatible systems
This commit is contained in:
carodej
2020-07-21 09:44:42 +02:00

View File

@@ -61,7 +61,7 @@ return [
'secret' => env('AWS_SECRET_ACCESS_KEY'),
'region' => env('AWS_DEFAULT_REGION'),
'bucket' => env('AWS_BUCKET'),
'url' => env('AWS_URL'),
'endpoint' => env('AWS_URL'),
],
'spaces' => [