We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 415ea97 commit 7862cabCopy full SHA for 7862cab
services/cloudrecording/api/start.go
@@ -141,6 +141,8 @@ type StorageConfig struct {
141
Bucket string `json:"bucket"`
142
AccessKey string `json:"accessKey"`
143
SecretKey string `json:"secretKey"`
144
+ StsToken string `json:"stsToken,omitempty"`
145
+ StsExpiration uint64 `json:"stsExpiration,omitempty"`
146
FileNamePrefix []string `json:"fileNamePrefix,omitempty"`
147
ExtensionParams *ExtensionParams `json:"extensionParams,omitempty"`
148
}
0 commit comments