Skip to content

Commit

Permalink
add use_id property explnantion
Browse files Browse the repository at this point in the history
Signed-off-by: shirady <[email protected]>
  • Loading branch information
shirady committed Sep 18, 2024
1 parent 800ccf6 commit c5c5307
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/dev_guide/ceph_s3_tests/ceph_s3_tests_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<configuration-file> tox -- <test-full-name>`
Expand Down

0 comments on commit c5c5307

Please sign in to comment.