1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-05-06 23:35:40 +02:00

Update configuration to support third-party s3 services ()

This commit is contained in:
Kovah 2021-03-22 21:41:50 +01:00
parent e24e4da8d3
commit a15d464c94
No known key found for this signature in database
GPG Key ID: AAAA031BA9830D7B

@ -72,6 +72,7 @@ return [
'region' => env('AWS_DEFAULT_REGION'), 'region' => env('AWS_DEFAULT_REGION'),
'bucket' => env('AWS_BUCKET'), 'bucket' => env('AWS_BUCKET'),
'url' => env('AWS_URL'), 'url' => env('AWS_URL'),
'endpoint' => env('AWS_ENDPOINT'),
], ],
], ],