feat: add s3 storage provisioning for opencloud
Signed-off-by: Bert-Jan Fikse <bert-jan@whatwedo.ch>
This commit is contained in:
parent
2dc9097707
commit
fe85cc0f86
2 changed files with 16 additions and 0 deletions
|
|
@ -33,5 +33,13 @@ opencloud_oidc_user_cs3_claim: "username"
|
|||
opencloud_oidc_account_edit_url: ""
|
||||
opencloud_oidc_autoprovision_accounts: true
|
||||
|
||||
# S3 storage configuration (leave empty to use local storage)
|
||||
opencloud_use_s3_storage: false
|
||||
opencloud_s3_endpoint: ""
|
||||
opencloud_s3_region: "us-east-1"
|
||||
opencloud_s3_access_key: ""
|
||||
opencloud_s3_secret_key: ""
|
||||
opencloud_s3_bucket: "opencloud"
|
||||
|
||||
# CSP configuration (extra URLs to allow in connect-src)
|
||||
opencloud_csp_extra_connect_src: []
|
||||
Loading…
Add table
Add a link
Reference in a new issue