From 3f78ee3e73d7e1202faf2c615cef074b0ddaf731 Mon Sep 17 00:00:00 2001 From: zhijian Date: Mon, 15 Jan 2024 17:41:02 +0800 Subject: [PATCH] fix --- docs/en/deployment/s3_gateway.md | 2 ++ docs/zh_cn/deployment/s3_gateway.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/en/deployment/s3_gateway.md b/docs/en/deployment/s3_gateway.md index 98da52d2d82d8..7bee3111569c3 100644 --- a/docs/en/deployment/s3_gateway.md +++ b/docs/en/deployment/s3_gateway.md @@ -154,7 +154,9 @@ By default, gateway supports path-style requests that are of the format http://m Example: ```shell + export MINIO_DOMAIN=mydomain.com + ``` ## Deploy JuiceFS S3 Gateway in Kubernetes {#deploy-in-kubernetes} diff --git a/docs/zh_cn/deployment/s3_gateway.md b/docs/zh_cn/deployment/s3_gateway.md index 5a512923a2ba0..7f9bc7c23e568 100644 --- a/docs/zh_cn/deployment/s3_gateway.md +++ b/docs/zh_cn/deployment/s3_gateway.md @@ -156,7 +156,9 @@ $ mc ls juicefs/jfs 示例: ```shell + export MINIO_DOMAIN=mydomain.com + ``` ## 在 Kubernetes 中部署 S3 网关 {#deploy-in-kubernetes}