mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-09 16:24:51 +00:00
Support minio for S3 uploads
This commit is contained in:
parent
765b6187a9
commit
254c53ecb8
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ return [
|
|||
'bucket' => env('AWS_BUCKET'),
|
||||
'url' => env('AWS_URL'),
|
||||
'endpoint' => env('AWS_ENDPOINT'),
|
||||
'use_path_style_endpoint' => env('AWS_USE_PATH_STYLE_ENDPOINT', false),
|
||||
],
|
||||
|
||||
'spaces' => [
|
||||
|
|
Loading…
Reference in a new issue