mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-05-20 00:31:31 +00:00
30 lines
434 B
JSON
30 lines
434 B
JSON
{
|
|
"identities": [
|
|
{
|
|
"name": "anonymous",
|
|
"actions": [
|
|
"Read",
|
|
"Write",
|
|
"List",
|
|
"Tagging",
|
|
"Admin"
|
|
]
|
|
},
|
|
{
|
|
"name": "testuser",
|
|
"credentials": [
|
|
{
|
|
"accessKey": "testuser",
|
|
"secretKey": "testpassword"
|
|
}
|
|
],
|
|
"actions": [
|
|
"Read",
|
|
"Write",
|
|
"List",
|
|
"Tagging"
|
|
]
|
|
}
|
|
]
|
|
}
|