Skip to content

Commit 7862cab

Browse files
committed
feat:Add stsToken support to cloudRecording
1 parent 415ea97 commit 7862cab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

services/cloudrecording/api/start.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,8 @@ type StorageConfig struct {
141141
Bucket string `json:"bucket"`
142142
AccessKey string `json:"accessKey"`
143143
SecretKey string `json:"secretKey"`
144+
StsToken string `json:"stsToken,omitempty"`
145+
StsExpiration uint64 `json:"stsExpiration,omitempty"`
144146
FileNamePrefix []string `json:"fileNamePrefix,omitempty"`
145147
ExtensionParams *ExtensionParams `json:"extensionParams,omitempty"`
146148
}

0 commit comments

Comments
 (0)