The S3 storage engine has been available since MariaDB 10.5.4.
This page documents system variables related to the S3 storage engine.
See Server System Variables for a complete list of system variables and instructions on setting system variables.
Also see the Full list of MariaDB options, system and status variables
s3_access_key--s3-access-key=val s3_block_size--s3-block-size=# 4194304 4194304 to 16777216 s3_bucket--s3-bucket=val MariaDB s3_debug--s3-debug{=0|1} 0 s3_host_name--s3-host-name=val s3.amazonaws.com s3_pagecache_age_threshold--s3-pagecache-age-threshold=val 300 100 to 18446744073709551615 s3_pagecache_buffer_size8192. --s3-pagecache-buffer-size=val 134217728 (128M) 33554432 to 18446744073709551615 s3_pagecache_division_limit--s3-pagecache-division-limit=val 100 1 to 100 s3_pagecache_file_hash_size--s3-pagecache-file-hash-size=# 512 32 to 16384 s3_port--s3-port=# 0 0 to 65535 s3_protocol_version--s3-protocol-version=val Auto, Amazon or Original Auto s3_region--s3-region=val s3_replicate_alter_as_create_selectCREATE TABLE .. SELECT FROM s3_table even it the slave doesn't have access to the original s3_table. --s3-replicate-alter-as-create-select{=0|1} 1 s3_secret_key--s3-secret-key=val s3_slave_ignore_updates--s3-slave-ignore-updates{=0|1} 0 s3_use_http--s3-use-http{=0|1} 0
© 2023 MariaDB
Licensed under the Creative Commons Attribution 3.0 Unported License and the GNU Free Documentation License.
https://mariadb.com/kb/en/s3-storage-engine-system-variables/