mariadb/storage/maria/s3.cnf
Daniel Black 5e6903769f MDEV-38137 s3.cnf still suggests changing plugin-maturity to alpha
S3 became stable in a49f5525bb. Adjust the configuration file
not to require a low plugin-maturity setting.

Thanks Mike Griffin for the bug report.
2025-11-19 22:35:31 -07:00

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