From 755520aa371cba62ab5c7cb3652e67d0288b6b35 Mon Sep 17 00:00:00 2001 From: withchao <993506633@qq.com> Date: Thu, 2 Jan 2025 17:09:28 +0800 Subject: [PATCH] feat: s3 switch --- tools/s3/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 tools/s3/README.md diff --git a/tools/s3/README.md b/tools/s3/README.md new file mode 100644 index 000000000..ac30347d8 --- /dev/null +++ b/tools/s3/README.md @@ -0,0 +1,12 @@ +# After s3 switches the storage engine, convert the data + +- build +```shell +go build -o s3convert main.go +``` + +- start +```shell +./s3convert -config -name +# ./s3convert -config ./../../config -name minio +```