s3tests.conf 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. [DEFAULT]
  2. ## this section is just used for host, port and bucket_prefix
  3. # host set for rgw in vstart.sh
  4. host = 127.0.0.1
  5. # port set for rgw in vstart.sh
  6. port = 8000
  7. ## say "False" to disable TLS
  8. is_secure = False
  9. [fixtures]
  10. ## all the buckets created will start with this prefix;
  11. ## {random} will be filled with random characters to pad
  12. ## the prefix to 30 characters long, and avoid collisions
  13. bucket prefix = yournamehere-{random}-
  14. [s3 main]
  15. # main display_name set in vstart.sh
  16. display_name = M. Tester
  17. # main user_idname set in vstart.sh
  18. user_id = testid
  19. # main email set in vstart.sh
  20. email = tester@ceph.com
  21. # zonegroup api_name for bucket location
  22. api_name = default
  23. ## main AWS access key
  24. access_key = 0555b35654ad1656d804
  25. ## main AWS secret key
  26. secret_key = h7GhxuBLTrlhVUyxSPUKUV8r/2EI4ngqJxD7iBdBYLhwluN30JaT3Q==
  27. ## replace with key id obtained when secret is created, or delete if KMS not tested
  28. #kms_keyid = 01234567-89ab-cdef-0123-456789abcdef
  29. [s3 alt]
  30. # alt display_name set in vstart.sh
  31. display_name = john.doe
  32. ## alt email set in vstart.sh
  33. email = john.doe@example.com
  34. # alt user_id set in vstart.sh
  35. user_id = 56789abcdef0123456789abcdef0123456789abcdef0123456789abcdef01234
  36. # alt AWS access key set in vstart.sh
  37. access_key = NOPQRSTUVWXYZABCDEFG
  38. # alt AWS secret key set in vstart.sh
  39. secret_key = nopqrstuvwxyzabcdefghijklmnabcdefghijklm
  40. [s3 tenant]
  41. # tenant display_name set in vstart.sh
  42. display_name = testx$tenanteduser
  43. # tenant user_id set in vstart.sh
  44. user_id = 9876543210abcdef0123456789abcdef0123456789abcdef0123456789abcdef
  45. # tenant AWS secret key set in vstart.sh
  46. access_key = HIJKLMNOPQRSTUVWXYZA
  47. # tenant AWS secret key set in vstart.sh
  48. secret_key = opqrstuvwxyzabcdefghijklmnopqrstuvwxyzab
  49. # tenant email set in vstart.sh
  50. email = tenanteduser@example.com