Skip to content

Commit afbd618

Browse files
ottokgrooverdan
authored andcommitted
MDEV-22980: Allow plugin-maturity=alpha so S3 plugin loads
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.
1 parent a0518ed commit afbd618

File tree

1 file changed

+18
-8
lines changed

1 file changed

+18
-8
lines changed

storage/maria/s3.cnf

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,22 @@
1+
[mariadbd]
2+
#
3+
# Uncomment line to enable
4+
#
5+
#plugin-maturity = alpha
6+
17
[mariadb]
2-
plugin-load-add=ha_s3
8+
#
9+
# Uncomment line to enable
10+
#
11+
#plugin-load-add = ha_s3
312

413
#
5-
# Uncomment and configure the S3 engine
14+
# Uncomment to configure the S3 engine
15+
# See all options at https://mariadb.com/kb/en/s3-storage-engine/
616
#
7-
#s3-host-name=s3.amazonaws.com
8-
#s3-protocol-version=Amazon
9-
#s3-bucket=...
10-
#s3-access-key=...
11-
#s3-secret-key=...
12-
#s3-region=eu-north-1
17+
#s3-host-name = s3.amazonaws.com
18+
#s3-protocol-version = Amazon
19+
#s3-bucket = ...
20+
#s3-access-key = ...
21+
#s3-secret-key = ...
22+
#s3-region = eu-north-1

0 commit comments

Comments
 (0)