Commit f98b8d36 authored by Daniel Black's avatar Daniel Black Committed by Sergei Petrunia

MDEV-23662: Make S3 Storage Engine tests better

To ensure that S3 is using its access and secret
key in the right way, make these different in the test
suite.
parent 64c10b03
......@@ -19,7 +19,7 @@ s3-host-name="127.0.0.1"
# Note: s3-host-name="localhost" doesn't work. It causes
# libmarias3 to use the wrong variant of the protocol.
s3-bucket=storage-engine
s3-access-key=minioadmin
s3-access-key=minio
s3-secret-key=minioadmin
s3-port=9000
s3-use-http=ON
......@@ -16,7 +16,7 @@ s3-host-name="127.0.0.1"
# Note: s3-host-name="localhost" doesn't work. It causes
# libmarias3 to use the wrong variant of the protocol.
s3-bucket=storage-engine
s3-access-key=minioadmin
s3-access-key=minio
s3-secret-key=minioadmin
s3-port=9000
s3-use-http=ON
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment