mirror of
https://github.com/gofiber/storage.git
synced 2025-10-05 16:48:25 +08:00
chore: use latest image for minio
This commit is contained in:
@@ -19,7 +19,7 @@ var testStore *Storage
|
||||
|
||||
const (
|
||||
// minioImage is the default image used for running S3 in tests.
|
||||
minioImage = "docker.io/minio/minio:RELEASE.2024-08-17T01-24-54Z"
|
||||
minioImage = "docker.io/minio/minio:latest"
|
||||
minioImageEnvVar string = "TEST_MINIO_IMAGE"
|
||||
minioUser string = "minio-user"
|
||||
minioPass string = "minio-password"
|
||||
|
Reference in New Issue
Block a user