mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
add toml codeblock syntax highlighting
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).
|
||||
|
|
Loading…
Reference in a new issue