This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
##配置说明
使用nk.s3.fileServiceMode配置来控制文件服务底层实现方式:
1. 目前只有minio和seaweed两个可选项
2. 如果没有该配置项,默认采用minio作为底层文件服务实现
```yaml
nk:
s3:
fileServiceMode: seaweed #可选值minio或者seaweed
host: locahost
port: 9333
bucket: nk
```