5a8cfd6e06
Previously we'd use two users, one admin and one unprivileged. Ceph's s3-tests, however, assume that both users should have access to create buckets. Further, there are different errors that may be returned depending on whether you are the *bucket* owner or not when using s3_acl. So now we've got: test:tester1 (admin) test:tester2 (also admin) test:tester3 (unprivileged) Change-Id: I0b67c53de3bcadc2c656d86131fca5f2c3114f14
19 lines
310 B
Plaintext
19 lines
310 B
Plaintext
[DEFAULT]
|
|
host = localhost
|
|
port = 8080
|
|
is_secure = no
|
|
|
|
[s3 main]
|
|
user_id = test:tester
|
|
display_name = test:tester
|
|
email = test:tester
|
|
access_key = test:tester
|
|
secret_key = testing
|
|
|
|
[s3 alt]
|
|
user_id = test:tester2
|
|
display_name = test:tester2
|
|
email = test:tester2
|
|
access_key = test:tester2
|
|
secret_key = testing2
|