File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
services/cloudrecording/api Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -351,6 +351,7 @@ type StorageConfig struct {
351
351
// - 6: Google Cloud
352
352
// - 7: Huawei Cloud
353
353
// - 8: Baidu IntelligentCloud
354
+ // - 11: Self-built cloud storage
354
355
Vendor int `json:"vendor"`
355
356
356
357
// The region information specified for the third-party cloud storage.(Required)
@@ -404,6 +405,10 @@ type ExtensionParams struct {
404
405
// This field is only applicable to Alibaba Cloud and Amazon S3.
405
406
// For other third-party cloud storage services, this field is not required.
406
407
Tag string `json:"tag"`
408
+ // Domain name of self-built cloud storage.(Optional)
409
+ //
410
+ // This field is required when vendor is set to 11.
411
+ Endpoint string `json:"endpoint,omitempty"`
407
412
}
408
413
409
414
// @brief Configurations for extended services.
You can’t perform that action at this time.
0 commit comments