diff options
| author | chrislu <chris.lu@gmail.com> | 2025-07-18 15:17:58 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2025-07-18 15:17:58 -0700 |
| commit | ddb2105f0053500a46addf1632460d90aa6c0f0a (patch) | |
| tree | 5d0cbcaac43ce0d8f9d5308721191d86ee1915ee | |
| parent | bbcd19f6c680640c75f9da9adacc70c2505220d1 (diff) | |
| download | seaweedfs-ddb2105f0053500a46addf1632460d90aa6c0f0a.tar.xz seaweedfs-ddb2105f0053500a46addf1632460d90aa6c0f0a.zip | |
Update s3tests.conf
| -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 |
