s3config.json 434 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "identities": [
  3. {
  4. "name": "anonymous",
  5. "actions": [
  6. "Read",
  7. "Write",
  8. "List",
  9. "Tagging",
  10. "Admin"
  11. ]
  12. },
  13. {
  14. "name": "testuser",
  15. "credentials": [
  16. {
  17. "accessKey": "testuser",
  18. "secretKey": "testpassword"
  19. }
  20. ],
  21. "actions": [
  22. "Read",
  23. "Write",
  24. "List",
  25. "Tagging"
  26. ]
  27. }
  28. ]
  29. }