mirror of
https://github.com/MariaDB/server.git
synced 2026-01-27 22:09:08 +01:00
S3 became stable in a49f5525bb. Adjust the configuration file
not to require a low plugin-maturity setting.
Thanks Mike Griffin for the bug report.
16 lines
322 B
INI
16 lines
322 B
INI
[mariadb]
|
|
#
|
|
# Uncomment line to enable
|
|
#
|
|
#plugin-load-add = ha_s3
|
|
|
|
#
|
|
# Uncomment to configure the S3 engine
|
|
# See all options at https://mariadb.com/kb/en/s3-storage-engine/
|
|
#
|
|
#s3-host-name = s3.amazonaws.com
|
|
#s3-protocol-version = Amazon
|
|
#s3-bucket = ...
|
|
#s3-access-key = ...
|
|
#s3-secret-key = ...
|
|
#s3-region = eu-north-1
|