diff options
Diffstat (limited to 'docker/compose')
| -rw-r--r-- | docker/compose/s3tests.conf | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/docker/compose/s3tests.conf b/docker/compose/s3tests.conf index f8d5b4930..75d664f8c 100644 --- a/docker/compose/s3tests.conf +++ b/docker/compose/s3tests.conf @@ -67,4 +67,21 @@ access_key = HIJKLMNOPQRSTUVWXYZA secret_key = opqrstuvwxyzabcdefghijklmnopqrstuvwxyzab # tenant email set in vstart.sh -email = tenanteduser@example.com
\ No newline at end of file +email = tenanteduser@example.com + +# tenant name +tenant = testx + +[iam] +#used for iam operations in sts-tests +#email from vstart.sh +email = s3@example.com + +#user_id from vstart.sh +user_id = 0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef + +#access_key from vstart.sh +access_key = ABCDEFGHIJKLMNOPQRST + +#secret_key from vstart.sh +secret_key = abcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyz
\ No newline at end of file |
