forked from Aiven-Open/astacus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
astacus-files-s3.json
36 lines (36 loc) · 971 Bytes
/
astacus-files-s3.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"coordinator": {
"nodes": [{"url": "http://localhost:5515/node"}],
"object_storage_cache": "/tmp/astacus/cache",
"plugin": "files",
"plugin_config": {
"root_globs": ["*"]
}
},
"node": {
"root": "/tmp/astacus/src",
"root_link": "/tmp/astacus/src-link",
"db_path": "/tmp/astacus"
},
"object_storage": {
"temporary_directory": "/tmp/astacus/backup-tmp",
"default_storage": "x",
"compression": {
"algorithm": "zstd"
},
"storages": {
"x": {
"aws_access_key_id": "REDACTED",
"aws_secret_access_key": "REDACTED",
"bucket_name": "REDACTED",
"prefix": "mstenber-test",
"region": "eu-west-1",
"storage_type": "s3"
}
}
},
"uvicorn": {
"log_level": "debug",
"reload": true
}
}