1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

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.
This commit is contained in:
Daniel Black
2020-09-04 10:44:05 +10:00
committed by Sergei Petrunia
parent 64c10b03a0
commit f98b8d36bd
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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