17 lines
218 B
HCL
17 lines
218 B
HCL
url = "localhost:3903"
|
|
scheme = "http"
|
|
|
|
keys = ["backup-key"]
|
|
|
|
buckets = {
|
|
backup = {
|
|
allowed_keys = {
|
|
"backup-key" = {
|
|
read = true
|
|
write = true
|
|
owner = true
|
|
}
|
|
}
|
|
}
|
|
}
|