Skip to content

Commit 8f6f01d

Browse files
committed
refactor: use storage-endpoint instead of storage-host for S3
1 parent 19006d5 commit 8f6f01d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

e2e_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -319,11 +319,11 @@ func testS3Storage(ctx context.Context, t *testing.T, clickhouseContainer testco
319319
require.NoError(t, err, "Failed to get Minio port")
320320

321321
runMainTestScenario(ctx, t, clickhouseContainer, map[string]string{
322-
"storage-type": "s3",
322+
"storage-type": "s3",
323323
"storage-bucket": "testbucket",
324324
"storage-region": "us-east-1",
325325
"storage-path": "",
326-
"storage-host": minioHost + ":" + minioPort.Port(),
326+
"storage-endpoint": "http://" + minioHost + ":" + minioPort.Port(),
327327
"storage-account": "minioadmin",
328328
"storage-key": "minioadmin",
329329
}, testCase, backupName)

0 commit comments

Comments
 (0)