aboutsummaryrefslogtreecommitdiff
path: root/test/postgres/config/s3config.json
blob: 4a649a0fe2ffe087c2ba4e70d2cc4c4fb91eeb76 (plain)
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
{
  "identities": [
    {
      "name": "anonymous",
      "actions": [
        "Read",
        "Write",
        "List",
        "Tagging",
        "Admin"
      ]
    },
    {
      "name": "testuser",
      "credentials": [
        {
          "accessKey": "testuser",
          "secretKey": "testpassword"
        }
      ],
      "actions": [
        "Read",
        "Write",
        "List",
        "Tagging"
      ]
    }
  ]
}