Created
February 13, 2024 14:43
-
-
Save zpeters/a2b967a2647297161e799e1bb7c005d7 to your computer and use it in GitHub Desktop.
Example liststream config for minio
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dbs: | |
- path: /root/database.db | |
replicas: | |
- type: s3 | |
bucket: litestream | |
path: scratch | |
access-key-id: MYUSERNAME | |
secret-access-key: MYPASSWORD | |
endpoint: http://minio:9000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See: