File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
services/cloudrecording/api Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -141,6 +141,8 @@ type StorageConfig struct {
141
141
Bucket string `json:"bucket"`
142
142
AccessKey string `json:"accessKey"`
143
143
SecretKey string `json:"secretKey"`
144
+ StsToken string `json:"stsToken,omitempty"`
145
+ StsExpiration uint64 `json:"stsExpiration,omitempty"`
144
146
FileNamePrefix []string `json:"fileNamePrefix,omitempty"`
145
147
ExtensionParams * ExtensionParams `json:"extensionParams,omitempty"`
146
148
}
@@ -160,8 +162,8 @@ type ServiceParamInterface interface {
160
162
}
161
163
162
164
type ExtensionService struct {
163
- ServiceName string `json:"serviceName"`
164
- ErrorHandlePolicy string `json:"errorHandlePolicy"`
165
+ ServiceName string `json:"serviceName"`
166
+ ErrorHandlePolicy string `json:"errorHandlePolicy"`
165
167
ServiceParam ServiceParamInterface `json:"serviceParam"`
166
168
}
167
169
You can’t perform that action at this time.
0 commit comments