| 1234567891011121314151617181920212223242526272829 |
- {
- "identities": [
- {
- "name": "anonymous",
- "actions": [
- "Read",
- "Write",
- "List",
- "Tagging",
- "Admin"
- ]
- },
- {
- "name": "testuser",
- "credentials": [
- {
- "accessKey": "testuser",
- "secretKey": "testpassword"
- }
- ],
- "actions": [
- "Read",
- "Write",
- "List",
- "Tagging"
- ]
- }
- ]
- }
|