mirror of
https://github.com/Forceu/Gokapi.git
synced 2026-01-03 23:39:34 -06:00
10 lines
192 B
YAML
10 lines
192 B
YAML
##
|
|
## Example AWS S3 config. Modify this file and save it to config/cloudconfig.yml
|
|
##
|
|
aws:
|
|
Bucket: "gokapi"
|
|
Region: "eu-central-1"
|
|
Endpoint: ""
|
|
KeyId: "keyname"
|
|
KeySecret: "secret"
|