mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
added plugin-maturity = alpha to s3 mtr cnf files and a missing plugin-load-add=ha_s3 in the slave configuration.
25 lines
554 B
INI
25 lines
554 B
INI
!include include/default_mysqld.cnf
|
|
!include include/default_client.cnf
|
|
|
|
[mysqld.1]
|
|
plugin-maturity = alpha
|
|
plugin-load-add=ha_s3
|
|
s3=ON
|
|
#s3-host-name=s3.amazonaws.com
|
|
#s3-protocol-version=Amazon
|
|
#s3-bucket=MariaDB
|
|
#s3-access-key=...
|
|
#s3-secret-key=...
|
|
#s3-region=eu-north-1
|
|
|
|
##
|
|
## Configuration for local MinIO
|
|
##
|
|
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-secret-key=minioadmin
|
|
s3-port=9000
|
|
s3-use-http=ON
|