From 95539038c0d739110714c1374f143b000104c8b2 Mon Sep 17 00:00:00 2001 From: ayflying Date: Thu, 28 Aug 2025 21:43:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=97=A0=E7=94=A8=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/s3/s3.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/s3/s3.go b/pkg/s3/s3.go index 305d95e..29d6522 100644 --- a/pkg/s3/s3.go +++ b/pkg/s3/s3.go @@ -31,7 +31,7 @@ type DataType struct { Url string `json:"url"` // S3 服务的访问 URL BucketName string `json:"bucket_name"` // 默认存储桶名称 BucketNameCdn string `json:"bucket_name_cdn"` // CDN 存储桶名称 - Provider string `json:"provider"` // S3 服务的提供方 + //Provider string `json:"provider"` // S3 服务的提供方 } // Mod 定义了 S3 模块的结构体,包含一个 S3 客户端实例和配置信息