mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
afbd61811f
Verified by running before and after: mariadb --skip-column-names -e "select plugin_name, plugin_status, plugin_type, plugin_library, plugin_license from information_schema.all_plugins order by plugin_name, plugin_library" Nothing else but exactly this line changed so there are no side effects: -S3 NOT INSTALLED STORAGE ENGINE ha_s3.so GPL +S3 ACTIVE STORAGE ENGINE ha_s3.so GPL Also enrich config file with link to KB and unify option syntax and standard comments.
22 lines
390 B
INI
22 lines
390 B
INI
[mariadbd]
|
|
#
|
|
# Uncomment line to enable
|
|
#
|
|
#plugin-maturity = alpha
|
|
|
|
[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
|