aboutsummaryrefslogtreecommitdiff
path: root/test/foundationdb/s3.json
blob: 9f84d2c0d7784ac3e6f10d52fc9d898e26fb94fc (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
30
31
{
  "identities": [
    {
      "name": "anvil",
      "credentials": [
        {
          "accessKey": "admin",
          "secretKey": "admin_secret_key"
        }
      ],
      "actions": [
        "Admin",
        "Read", 
        "Write"
      ]
    },
    {
      "name": "test_user",
      "credentials": [
        {
          "accessKey": "test_access_key",
          "secretKey": "test_secret_key"
        }
      ],
      "actions": [
        "Read",
        "Write"
      ]
    }
  ]
}