From d60cce250e5cfeecda738995696cc537ecb33a1b Mon Sep 17 00:00:00 2001 From: Sydonian <794346190@qq.com> Date: Wed, 15 Jan 2025 14:37:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=B0=83=E8=AF=95=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sdks/storage/storage.go | 1 + sdks/storage/storage_feature.go | 1 + 2 files changed, 2 insertions(+) diff --git a/sdks/storage/storage.go b/sdks/storage/storage.go index 0d1fcd8..5986f2f 100644 --- a/sdks/storage/storage.go +++ b/sdks/storage/storage.go @@ -84,6 +84,7 @@ type OBSType struct { SK string `json:"secretAccessKey"` Endpoint string `json:"endpoint"` Bucket string `json:"bucket"` + ProjectID string `json:"projectID"` } func (a *OBSType) GetStorageType() string { diff --git a/sdks/storage/storage_feature.go b/sdks/storage/storage_feature.go index 5cf85b7..db6f9f2 100644 --- a/sdks/storage/storage_feature.go +++ b/sdks/storage/storage_feature.go @@ -17,6 +17,7 @@ var _ = serder.UseTypeUnionInternallyTagged(types.Ref(types.NewTypeUnion[Storage (*BypassWriteFeature)(nil), (*MultipartUploadFeature)(nil), (*InternalServerlessCallFeature)(nil), + (*S2STransferFeature)(nil), )), "type") type TempStore struct {