mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-27 05:38:09 -05:00
19 lines
290 B
JSON
19 lines
290 B
JSON
{
|
|
"identities": [
|
|
{
|
|
"name": "sendou",
|
|
"credentials": [
|
|
{
|
|
"accessKey": "seaweedfs-user",
|
|
"secretKey": "seaweedfs-password"
|
|
}
|
|
],
|
|
"actions": ["Admin", "Read", "List", "Tagging", "Write"]
|
|
},
|
|
{
|
|
"name": "anonymous",
|
|
"actions": ["Read", "List"]
|
|
}
|
|
]
|
|
}
|