From 5431c0f876788e02f6db6e81cf320419ba382043 Mon Sep 17 00:00:00 2001 From: JesseBot Date: Sat, 18 Nov 2023 17:29:36 +0100 Subject: [PATCH] add toml codeblock syntax highlighting --- Async-Backup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Async-Backup.md b/Async-Backup.md index 8fa6de4..a4fdd73 100644 --- a/Async-Backup.md +++ b/Async-Backup.md @@ -23,7 +23,7 @@ A "weed filer.backup" process will subscribe to this topic, and then read the ac This command replaced the previous `weed filer.replicate`, which requires an external message queue. But for configuration, use the same `weed scaffold -config=replication` to generate a `replication.toml` file. Just need to keep the lines of the sinks that you want to use. -``` +```toml [sink.s3] # read credentials doc at https://docs.aws.amazon.com/sdk-for-go/v1/developer-guide/sessions.html # default loads credentials from the shared credentials file (~/.aws/credentials).