Reimplement config parsing, add integration tests
This commit is contained in:
parent
ed3a1fbfe9
commit
4defbcec1f
13 changed files with 2122 additions and 619 deletions
10
serves3.toml.example
Normal file
10
serves3.toml.example
Normal file
|
@ -0,0 +1,10 @@
|
|||
# SPDX-FileCopyrightText: Public domain.
|
||||
# SPDX-License-Identifier: CC0-1.0
|
||||
|
||||
[default.s3_bucket]
|
||||
name = ""
|
||||
endpoint = "https://eu-central-1.linodeobjects.com"
|
||||
region = "eu-central-1"
|
||||
access_key_id = ""
|
||||
secret_access_key = ""
|
||||
path_style = false
|
Loading…
Add table
Add a link
Reference in a new issue