视频保存
This commit is contained in:
@@ -99,11 +99,12 @@ type MediaServerConfig struct {
|
||||
|
||||
// MinioConfig MinIO 对象存储配置
|
||||
type MinioConfig struct {
|
||||
Endpoint string `mapstructure:"endpoint"` // MinIO 服务地址(host:port)
|
||||
AccessKey string `mapstructure:"access_key"` // 访问密钥
|
||||
SecretKey string `mapstructure:"secret_key"` // 密钥
|
||||
Bucket string `mapstructure:"bucket"` // 存储桶名称
|
||||
UseSSL bool `mapstructure:"use_ssl"` // 是否使用 HTTPS
|
||||
Endpoint string `mapstructure:"endpoint"` // MinIO 服务地址(host:port)
|
||||
AccessKey string `mapstructure:"access_key"` // 访问密钥
|
||||
SecretKey string `mapstructure:"secret_key"` // 密钥
|
||||
Bucket string `mapstructure:"bucket"` // 存储桶名称
|
||||
UseSSL bool `mapstructure:"use_ssl"` // 是否使用 HTTPS
|
||||
PublicBaseURL string `mapstructure:"public_base_url"`
|
||||
}
|
||||
|
||||
// ServerConfig HTTP 服务配置
|
||||
|
||||
Reference in New Issue
Block a user