Browse Source

修复调试问题

feature_wq
Sydonian 10 months ago
parent
commit
d60cce250e
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      sdks/storage/storage.go
  2. +1
    -0
      sdks/storage/storage_feature.go

+ 1
- 0
sdks/storage/storage.go View File

@@ -84,6 +84,7 @@ type OBSType struct {
SK string `json:"secretAccessKey"` SK string `json:"secretAccessKey"`
Endpoint string `json:"endpoint"` Endpoint string `json:"endpoint"`
Bucket string `json:"bucket"` Bucket string `json:"bucket"`
ProjectID string `json:"projectID"`
} }


func (a *OBSType) GetStorageType() string { func (a *OBSType) GetStorageType() string {


+ 1
- 0
sdks/storage/storage_feature.go View File

@@ -17,6 +17,7 @@ var _ = serder.UseTypeUnionInternallyTagged(types.Ref(types.NewTypeUnion[Storage
(*BypassWriteFeature)(nil), (*BypassWriteFeature)(nil),
(*MultipartUploadFeature)(nil), (*MultipartUploadFeature)(nil),
(*InternalServerlessCallFeature)(nil), (*InternalServerlessCallFeature)(nil),
(*S2STransferFeature)(nil),
)), "type") )), "type")


type TempStore struct { type TempStore struct {


Loading…
Cancel
Save