From c5ed81b0236401d5634d1b7eff2a24bb375946b7 Mon Sep 17 00:00:00 2001 From: Miclle Zheng Date: Tue, 14 Jan 2025 10:47:15 +0800 Subject: [PATCH] Adjust doc --- storagev2/apis/query_bucket_v4/api.go | 2 +- storagev2/internal/api-specs/query_bucket_v4.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/storagev2/apis/query_bucket_v4/api.go b/storagev2/apis/query_bucket_v4/api.go index 484481d0..a47746cf 100644 --- a/storagev2/apis/query_bucket_v4/api.go +++ b/storagev2/apis/query_bucket_v4/api.go @@ -229,7 +229,7 @@ func (j *ApiDomains) validate() error { return nil } -// 主 API 域名列表 +// 主 S3 域名列表 type PreferedS3Domains = []string // S3 域名 diff --git a/storagev2/internal/api-specs/query_bucket_v4.yml b/storagev2/internal/api-specs/query_bucket_v4.yml index e6bc6b09..9ee58663 100644 --- a/storagev2/internal/api-specs/query_bucket_v4.yml +++ b/storagev2/internal/api-specs/query_bucket_v4.yml @@ -172,5 +172,5 @@ response: type: array: name: PreferedS3Domains - documentation: 主 API 域名列表 + documentation: 主 S3 域名列表 type: string