mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
A read-only storage engine that stores it's data in (aws) S3 To store data in S3 one could use ALTER TABLE: ALTER TABLE table_name ENGINE=S3 libmarias3 integration done by Sergei Golubchik libmarias3 created by Andrew Hutchings
2 lines
88 B
Plaintext
2 lines
88 B
Plaintext
--s3-bucket=storage-engine --s3-access-key="" --s3-secret-key="" --s3-region=eu-north-1
|