Fix S3 tests bucket creation conflicts

This commit is contained in:
chrislu
2025-09-14 20:52:21 -07:00
parent a395ef16fa
commit b91160aae9
2 changed files with 175 additions and 0 deletions
+6
View File
@@ -334,6 +334,12 @@ jobs:
pip install tox
pip install -e .
- name: Fix S3 tests bucket creation conflicts
run: |
python3 test/s3/fix_s3_tests_bucket_conflicts.py
env:
S3_TESTS_PATH: s3-tests
- name: Run S3 Object Lock, Retention, and Versioning tests
timeout-minutes: 15
shell: bash