1
0
Fork 0
mirror of https://github.com/chrislusf/seaweedfs synced 2025-09-09 21:02:46 +02:00
seaweedfs/test/foundationdb/s3.json
2025-08-28 18:51:45 -07:00

31 lines
498 B
JSON

{
"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"
]
}
]
}