1
0
mirror of https://github.com/Kovah/LinkAce.git synced 2025-01-18 05:38:40 +01:00

Update configuration to support third-party s3 services (#198)

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

View File

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