Skip to content

Commit 7832447

Browse files
committed
fix snapshot export test
1 parent 9ea8c39 commit 7832447

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/templates/kuttl/snapshot-export/30_test-export.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
#!/usr/bin/env bash
2+
# shellcheck disable=SC2034
23
set -euxo pipefail
34

45
export \
56
AWS_ACCESS_KEY_ID=hbaseAccessKey \
7+
# Used by AWS bundle 1.12.367 via Hadoop 3.3.6
68
AWS_SECRET_KEY=hbaseSecretKey \
9+
# Used by AWS bundle 2.24.6 via Hadoop 3.4.1
10+
AWS_SECRET_ACCESS_KEY=hbaseSecretKey \
711
AWS_ENDPOINT=http://minio:9000/ \
812
AWS_SSL_ENABLED=false \
913
AWS_PATH_STYLE_ACCESS=true

0 commit comments

Comments
 (0)