blob: 0e4623f9a7a2e4cdbb08ed56e36cb82f688616bc [file] [log] [blame]
{
"buckets": [
{"name": "testing-tuxput",
"offset": "projects"
},
{"name": "testing-tuxput-auth"},
{"name": "testing-tuxput-extra",
"offset": "files/public"
}
],
"users": [
{"user":"testguy",
"token": "seekrit",
"authorizations": [
{"bucket": "testing-tuxput",
"restricted_path": "*"
},
{
"bucket": "testing-tuxput-extra",
"restricted_path": "projects/*/user"
}
]
},
{"user":"build1user",
"token": "a1token",
"authorizations": [
{"bucket": "testing-tuxput*",
"restricted_path": "build1/*"
},
{
"bucket": "testing-tuxput-extra",
"restricted_path": "build1*"
}
]
},
{"user":"testuser2",
"token": "a2token",
"authorizations": [
{"bucket": "testing-tuxput",
"restricted_path": "build2/*"
},
{
"bucket": "testing-tuxput-extra",
"restricted_path": "projects/contrib/*"
}
]
}
]
}