Files
Gokapi/example/cloudconfig.yml
2021-05-16 21:53:13 +02:00

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"