From c5c5307cbe228fba36890ae6f0614c9f7bd6a2f9 Mon Sep 17 00:00:00 2001 From: shirady <57721533+shirady@users.noreply.github.com> Date: Wed, 18 Sep 2024 08:46:50 +0300 Subject: [PATCH] add use_id property explnantion Signed-off-by: shirady <57721533+shirady@users.noreply.github.com> --- docs/dev_guide/ceph_s3_tests/ceph_s3_tests_guide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/dev_guide/ceph_s3_tests/ceph_s3_tests_guide.md b/docs/dev_guide/ceph_s3_tests/ceph_s3_tests_guide.md index a11dee50d8..13c564e442 100644 --- a/docs/dev_guide/ceph_s3_tests/ceph_s3_tests_guide.md +++ b/docs/dev_guide/ceph_s3_tests/ceph_s3_tests_guide.md @@ -324,6 +324,7 @@ Note: on every code change you would need to stop the server (ctrl + c) and run - under "[s3 main]" under "main AWS access key" add the ceph account credentials - under "[s3 alt]" under "alt AWS access key set in vstart.sh" add the ceph_alt credentials (if your tests do not need it you can copy the ceph credentials) - under "[s3 tenant]" under "tenant AWS secret key set in vstart.sh" add 3. ceph_tenant credentials (if your tests do not need it you can copy the ceph credentials) + - user_id - it depends if your tests uses it and for what purpose, usually you can add the account id, I saw a case where it was for principal in bucket policy and there you can add the account name 3) Run a single test by running: `S3TEST_CONF= tox -- `