Skip to content

Commit 00b9a0f

Browse files
test(snapshot-export): Fix the test script (#665)
1 parent a17b092 commit 00b9a0f

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

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

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@
22
# shellcheck disable=SC2034
33
set -euxo pipefail
44

5-
export \
6-
AWS_ACCESS_KEY_ID=hbaseAccessKey \
7-
# Used by AWS bundle 1.12.367 via Hadoop 3.3.6
8-
AWS_SECRET_KEY=hbaseSecretKey \
9-
# Used by AWS bundle 2.24.6 via Hadoop 3.4.1
10-
AWS_SECRET_ACCESS_KEY=hbaseSecretKey \
11-
AWS_ENDPOINT=http://minio:9000/ \
12-
AWS_SSL_ENABLED=false \
13-
AWS_PATH_STYLE_ACCESS=true
5+
export AWS_ACCESS_KEY_ID=hbaseAccessKey
6+
# Used by AWS bundle 1.12.367 via Hadoop 3.3.6
7+
export AWS_SECRET_KEY=hbaseSecretKey
8+
# Used by AWS bundle 2.24.6 via Hadoop 3.4.1
9+
export AWS_SECRET_ACCESS_KEY=hbaseSecretKey
10+
export AWS_ENDPOINT=http://minio:9000/
11+
export AWS_SSL_ENABLED=false
12+
export AWS_PATH_STYLE_ACCESS=true
1413

1514
# Create local snapshot
1615
hbase shell create-snapshot.hbase 2>&1 | \

0 commit comments

Comments
 (0)