add toml codeblock syntax highlighting

JesseBot 2023-11-18 17:29:36 +01:00
parent fae5ed7d65
commit 5431c0f876

@ -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).