test: use RustFS for S3 service fixtures

This commit is contained in:
vorotamoroz
2026-09-15 13:32:55 +00:00
parent 6f0892a825
commit d082b409c0
13 changed files with 157 additions and 133 deletions
+7 -1
View File
@@ -1,2 +1,8 @@
#!/bin/bash
docker run -d --name minio-test -p 9000:9000 -p 9001:9001 -e MINIO_ROOT_USER=$accessKey -e MINIO_ROOT_PASSWORD=$secretKey -e MINIO_SERVER_URL=$minioEndpoint minio/minio server /data --console-address ':9001'
docker run -d --name minio-test \
-p 9000:9000 -p 9001:9001 \
-e "RUSTFS_ACCESS_KEY=$accessKey" \
-e "RUSTFS_SECRET_KEY=$secretKey" \
-e "RUSTFS_CONSOLE_ENABLE=true" \
-e 'RUSTFS_CORS_ALLOWED_ORIGINS=*' \
rustfs/rustfs:1.0.0-rc.6@sha256:97171b3d72cd47dc81000f92ea84de25608bfc35a94c965501afaeb5d99f6035 /data