blob: 0e4623f9a7a2e4cdbb08ed56e36cb82f688616bc [file] [log] [blame]
Kelley Spoon70bd3b72021-06-23 01:59:41 -05001{
2 "buckets": [
3 {"name": "testing-tuxput",
4 "offset": "projects"
5 },
6 {"name": "testing-tuxput-auth"},
7 {"name": "testing-tuxput-extra",
8 "offset": "files/public"
9 }
10 ],
11 "users": [
12 {"user":"testguy",
13 "token": "seekrit",
14 "authorizations": [
15 {"bucket": "testing-tuxput",
16 "restricted_path": "*"
17 },
18 {
19 "bucket": "testing-tuxput-extra",
20 "restricted_path": "projects/*/user"
21 }
22 ]
23 },
24 {"user":"build1user",
25 "token": "a1token",
26 "authorizations": [
27 {"bucket": "testing-tuxput*",
28 "restricted_path": "build1/*"
29 },
30 {
31 "bucket": "testing-tuxput-extra",
32 "restricted_path": "build1*"
33 }
34 ]
35 },
36 {"user":"testuser2",
37 "token": "a2token",
38 "authorizations": [
39 {"bucket": "testing-tuxput",
40 "restricted_path": "build2/*"
41 },
42 {
43 "bucket": "testing-tuxput-extra",
44 "restricted_path": "projects/contrib/*"
45 }
46 ]
47 }
48 ]
49}