mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-29 09:43:16 +00:00
Merge pull request #550 from bremensaki/patch-1
Expose S3 endpoint setting via config file
This commit is contained in:
commit
720879cb47
1 changed files with 7 additions and 6 deletions
|
@ -62,6 +62,7 @@ return [
|
|||
'region' => env('AWS_DEFAULT_REGION'),
|
||||
'bucket' => env('AWS_BUCKET'),
|
||||
'url' => env('AWS_URL'),
|
||||
'endpoint' => env('AWS_ENDPOINT'),
|
||||
],
|
||||
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue