summaryrefslogtreecommitdiffstats
path: root/storage/maria/s3.cnf
blob: 345bddd1cb19882abb92e91d23ea9ae7e4dcd7aa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[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