-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathparams.example.yaml
More file actions
34 lines (32 loc) · 990 Bytes
/
params.example.yaml
File metadata and controls
34 lines (32 loc) · 990 Bytes
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
docs_dir: "."
default_profile_index: 0
profiles:
-
profile_name: "br-ne1"
policy_wait_time: 120
lock_wait_time: 60
bucket: "bucket name"
-
profile_name: "br-ne1-second"
policy_wait_time: 120
lock_wait_time: 60
bucket: "bucket name"
-
profile_name: "br-ne1-sa"
policy_wait_time: 120
lock_wait_time: 60
sa_key_email: "service account email"
sa_tenant_id: "service account tenant"
bucket: "bucket name"
# Também pode ser passado apenas as keys junto ao endpoint e region, porém não funciona em testes de service account
# -
# region_name: "br-ne1"
# endpoint_url: "https://br-se1.magaluobjects.com/"
# aws_access_key_id: "YOUR-KEY-ID-HERE"
# aws_secret_access_key: "YOUR-SECRET-KEY-HERE"
# Para testes de consistency, é necessário passar o nome do bucket configurado:
# -
# profile_name: "br-ne1"
# policy_wait_time: 120
# lock_wait_time: 60
# bucket: "nome-do-bucket-consistency"