Files
open-im-server-deploy/tools/s3/README.md
kim.dev.6789 e50142a3b9 复制项目
2026-01-14 22:16:44 +08:00

13 lines
238 B
Markdown

# After s3 switches the storage engine, convert the data
- build
```shell
go build -o s3convert main.go
```
- start
```shell
./s3convert -config <config dir path> -name <old s3 name>
# ./s3convert -config ./../../config -name minio
```