diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 18:07:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-04 18:07:14 +0000 |
commit | a175314c3e5827eb193872241446f2f8f5c9d33c (patch) | |
tree | cd3d60ca99ae00829c52a6ca79150a5b6e62528b /storage/maria/s3.cnf | |
parent | Initial commit. (diff) | |
download | mariadb-10.5-upstream.tar.xz mariadb-10.5-upstream.zip |
Adding upstream version 1:10.5.12.upstream/1%10.5.12upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'storage/maria/s3.cnf')
-rw-r--r-- | storage/maria/s3.cnf | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/storage/maria/s3.cnf b/storage/maria/s3.cnf new file mode 100644 index 00000000..345bddd1 --- /dev/null +++ b/storage/maria/s3.cnf @@ -0,0 +1,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 |