Skip to content

Commit 16ceda5

Browse files
Merge pull request #1205 from percona/pbm_minio
PBM_e2e_tests. Remove HMAC and add MinIO storage type with AWS bucket
2 parents 8b174f9 + f225781 commit 16ceda5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

e2e-tests/cmd/pbm-test/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ func run(t *sharded.Cluster, typ testTyp) {
2626
}{
2727
{"AWS", "/etc/pbm/aws.yaml"},
2828
{"GCS", "/etc/pbm/gcs.yaml"},
29-
{"GCS_HMAC", "/etc/pbm/gcs_hmac.yaml"},
29+
{"AWS_MinIO", "/etc/pbm/aws_minio.yaml"},
3030
{"Azure", "/etc/pbm/azure.yaml"},
3131
{"FS", "/etc/pbm/fs.yaml"},
3232
}

e2e-tests/cmd/pbm-test/run_physical.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ func runPhysical(t *sharded.Cluster, typ testTyp) {
1717
}{
1818
{"AWS", "/etc/pbm/aws.yaml"},
1919
{"GCS", "/etc/pbm/gcs.yaml"},
20-
{"GCS_HMAC", "/etc/pbm/gcs_hmac.yaml"},
20+
{"AWS_MinIO", "/etc/pbm/aws_minio.yaml"},
2121
{"Azure", "/etc/pbm/azure.yaml"},
2222
{"FS", "/etc/pbm/fs.yaml"},
2323
}

0 commit comments

Comments
 (0)